#871612

Color #871612 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #871612

Tints of Falu Red #871612

Color information

#871612 (or 0x871612) is unknown color: approx 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

RGB1352218-
CMYK00.840.870.47
HSL2.05º76.47%30%-
HSV(B)2.05º86.67%52.94%-
XYZ10.395.771.14-
YUV55.33106.94184.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135221800.840.870.472.0576.4730
Hex871612054572F24c1e
Octal2072622012412757211436
Binary10000111101101001001010100101011110111110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>