#871806

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

Shades of Falu Red #871806

Tints of Falu Red #871806

Color information

#871806 (or 0x871806) is unknown color: approx Falu Red. HEX triplet: 87, 18 and 06. RGB value is (135,24,6). Sum of RGB (Red+Green+Blue) = 135+24+6=165 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.82% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 135 - color contains mainly: red. Hex color #871806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871806 is #78E7F9. Grayscale: #373737. Windows color (decimal): -7923706 or 399495. OLE color: 399495.

HSL color Cylindrical-coordinate representation of color #871806: hue angle of 8.37º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #871806 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB135246-
CMYK00.820.960.47
HSL8.37º91.49%27.65%-
HSV(B)8.37º95.56%52.94%-
XYZ10.355.820.75-
YUV55.14100.27184.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 81.82%
GREEN value IS 24 (9.77% from 255) = 14.55%
BLUE value IS 6 (2.73% from 255) = 3.64%
R=81.82%
G=14.55%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13524600.820.960.478.3791.4927.65
Hex87186052602F85b1c
Octal2073060122140571013334
Binary10000111110001100101001011000001011111000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871806; }

 p { color: rgb(135,24,6); }

 H1.HeaderClassName
 {
   color: #871806;
 }
 .AnyTagClassName
 {
   color: #871806;
 }
</style>
background-color css

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

 a { background-color: rgb(135,24,6); }

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

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

 span { border-color: rgb(135,24,6); }

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