@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#852125 hex color - Orange - Warm color - Information

#852125 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #852125 Color code in RGB color code model is created after adding 52.16% red color, 12.94% green color and 14.51% blue color. Hex #852125 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 75% magenta, 72% yellow and 47.84% black.

Hex #852125 color code is between #882222 web safe hex color code and #771133 web safe hex color code. #882222 is the nearest web safe color code. You can see here many more shades of #852125 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 852125 #852125
RGB Decimal 133, 33, 37 rgb(133, 33, 37)
RGB Percent 52%, 13%, 15% rgb(52%, 13%, 15%)
CSS RGBa 133, 33, 37,1 rgba(133,33,37,1)
CMYK Model cmyk(0%,75%,72%,47.84%)
HSL Color Space 358,60% ,33% hsl(358,60% ,33%)
HSV Color Space 358°, 75%, 52%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10000101 00100001 00100101
Octal 205 41 45
Decimal 133 33 37
Hex 85 21 25

Different shades of #852125 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #852125
#ae2b30
Dark Shade of #852125
#5c171a
Saturated Shade of #852125
#8d191d
Desaturated Shade of #852125
#7d292d
Grey scale Shade of #852125
#535353
Brighten Shade
#9e3a3e
Most Readable Shade
#FFFFFF

Shades of #852125 color code

Generate more color scales with scales (color stack) generator.

#852125
#761d20
#67191c
#581618
#491214
#3b0e10
#2c0b0c
#1d0708
#0e0304
#000000

Similar Color like #852125 color

Find visually similar hex color codes nearing to #852125 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#862226
#872327
#882428
#892529
#8a262a
#8b272b
#8c282c
#8d292d
#8e2a2e
#8f2b2f
#902c30
#912d31
#922e32
#932f33
#842024
#831f23
#821e22
#811d21
#801c20
#7f1b1f
#7e1a1e
#7d191d
#7c181c
#7b171b
#7a161a
#791519
#781418
#771317

Monochromatic Color with #852125

#852125
#af2c31
#da363d
#050102
#300c0d
#5a1619

Tints of #852125 Color

#852125
#92393d
#a05255
#ad6b6d
#bb8385
#c89c9e
#d6b5b6
#e3cdce
#f1e6e6
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#852125
#218581

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#852125
#21854f
#215785

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#85214d
#852139
#852125
#853121
#854521

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#852125
#258521
#212585

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#852125
#578521
#218581
#4f2185

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#852125
#218581
#215785
#854f21

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #852125 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#852125 Color Code Preview on Black Background Color

This is how #852125 Color will look on black background color. Color contrast ratio is 2.24

#852125 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#852125">Your Example Paragraph content text in with font color #852125 </p>

Your Example Paragraph content text in with font color #852125

HTML with inline CSS

<div style="color:#852125">Your Paragraph text in with font color #852125 </div>

Your Example Paragraph content text in with font color #852125

#852125 color code is use for CSS Background Color

Background color for the above div is #852125

HTML with inline CSS

<div style="background-color:#852125;"></div>

#852125 color code is use for CSS Border Color

CSS Border color for the above div is #852125

HTML with inline CSS

<div style="border:5px solid #852125;"></div>

CSS Border Left color for the above div is #852125

HTML with inline CSS

<div style="border-left:5px solid #852125;"></div>

CSS Border Right color for the above div is #852125

HTML with inline CSS

<div style="border-right:5px solid #852125;"></div>

CSS Border Bottom color for the above div is #852125

HTML with inline CSS

<div style="border-bottom:5px solid #852125;"></div>

CSS Border Top color for the above div is #852125

HTML with inline CSS

<div style="border-top:5px solid #852125;"></div>

#852125 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#852125; } .examplecolorclass {color:#852125; } .examplebordercolor {border:3px solid #852125; }

#852125 Color code Preview on White Background

This is how #852125 Color code will look on white background color. Color contrast ratio is 9.37

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #852125; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #852125; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(133,33,37,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(33,133,129,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(133,33,37,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.