Html Css Color HEX #872210 Falu Red

📋 copy color: '#872210'

red 135 ◦ green 34 ◦ blue 16

#872210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #872210

Tints of Falu Red #872210

RGB

 RED value IS 135 (53.13% from 255) = 72.97%

 GREEN value IS 34 (13.67% from 255) = 18.38%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 72.97%
G = 18.38%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#872210 (or 0x872210) is known color: Falu Red. HEX triplet: 87, 22 and 10. RGB value is (135,34,16). Sum of RGB (Red+Green+Blue) = 135+34+16=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #872210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872210 is #78DDEF. Grayscale: #3E3E3E. Windows color (decimal): -7921136 or 1057415. OLE color: 1057415.

HSL color Cylindrical-coordinate representation of color #872210: hue angle of 9.08º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #872210 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 34 16 -
CMYK 0 0.75 0.88 0.47
HSL 9.08º 0.79% 0.3% -
HSV(B) 9.08º 0.88% 0.53% -
XYZ 10.66 6.33 1.15 -
YUV 62.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 135 34 16 0 0.75 0.88 0.47 9.08 0.79 0.3
Hex 87 22 10 0 4B 58 2F 9 4F 1E
Octal 207 42 20 0 113 130 57 11 117 36
Binary 10000111 100010 10000 0 1001011 1011000 101111 1001 1001111 11110

Color Harmonies of #872210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872210

Black with #872210

Text Example


Text Example

White with #872210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872210; }

 p { color: rgb(135,34,16); }

 H1.HeaderClassName
 {
   color: #872210;
 }
 .AnyTagClassName
 {
   color: #872210;
 }
</style>

background-color css

<style>
 a { background-color: #872210; }

 a { background-color: rgb(135,34,16); }

 div.DivClassName
 {
   background-color: #872210;
 }
 .BgClassName
 {
   background-color: #872210;
 }
</style>

border-color css

<style>
 span { border-color: #872210; }

 span { border-color: rgb(135,34,16); }

 td.TdClassName
 {
   border-color: #872210;
 }
 .TagClassName
 {
   border-color: #872210;
 }
</style>