Html Css Color HEX #871612 Falu Red

📋 copy color: '#871612'

red 135 ◦ green 22 ◦ blue 18

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

Shades of Falu Red #871612

Tints of Falu Red #871612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

 BLUE value IS 18 (7.42% from 255) = 10.29%

R = 77.14%
G = 12.57%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#871612 (or 0x871612) is known color: Falu Red. HEX triplet: 87, 16 and 12. RGB value is (135,22,18). Sum of RGB (Red+Green+Blue) = 135+22+18=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #871612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871612 is #78E9ED. Grayscale: #373737. Windows color (decimal): -7924206 or 1185415. OLE color: 1185415.

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

Color convert

RGB 135 22 18 -
CMYK 0 0.84 0.87 0.47
HSL 2.05º 0.76% 0.3% -
HSV(B) 2.05º 0.87% 0.53% -
XYZ 10.39 5.77 1.14 -
YUV 55.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 135 22 18 0 0.84 0.87 0.47 2.05 0.76 0.3
Hex 87 16 12 0 54 57 2F 2 4C 1E
Octal 207 26 22 0 124 127 57 2 114 36
Binary 10000111 10110 10010 0 1010100 1010111 101111 10 1001100 11110

Color Harmonies of #871612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871612

Black with #871612

Text Example


Text Example

White with #871612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871612; }

 p { color: rgb(135,22,18); }

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

background-color css

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

 a { background-color: rgb(135,22,18); }

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

border-color css

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

 span { border-color: rgb(135,22,18); }

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