#871608

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

Shades of Falu Red #871608

Tints of Falu Red #871608

Color information

#871608 (or 0x871608) is unknown color: approx Falu Red. HEX triplet: 87, 16 and 08. RGB value is (135,22,8). Sum of RGB (Red+Green+Blue) = 135+22+8=165 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.82% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 135 - color contains mainly: red. Hex color #871608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871608 is #78E9F7. Grayscale: #363636. Windows color (decimal): -7924216 or 530055. OLE color: 530055.

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

Color convert

RGB135228-
CMYK00.840.940.47
HSL6.61º88.81%28.04%-
HSV(B)6.61º94.07%52.94%-
XYZ10.325.740.79-
YUV54.19101.94185.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 81.82%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=81.82%
G=13.33%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13522800.840.940.476.6188.8128.04
Hex871680545E2F7591c
Octal2072610012413657713134
Binary10000111101101000010101001011110101111111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871608; }

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

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

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

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

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

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

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

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