#871508

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

Shades of Falu Red #871508

Tints of Falu Red #871508

Color information

#871508 (or 0x871508) is unknown color: approx Falu Red. HEX triplet: 87, 15 and 08. RGB value is (135,21,8). Sum of RGB (Red+Green+Blue) = 135+21+8=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #871508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871508 is #78EAF7. Grayscale: #353535. Windows color (decimal): -7924472 or 529799. OLE color: 529799.

HSL color Cylindrical-coordinate representation of color #871508: hue angle of 6.14º 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 #871508 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB135218-
CMYK00.840.940.47
HSL6.14º88.81%28.04%-
HSV(B)6.14º94.07%52.94%-
XYZ10.35.70.79-
YUV53.6102.27186.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 82.32%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 8 (3.52% from 255) = 4.88%
R=82.32%
G=12.80%
B=4.88%

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
Decimal13521800.840.940.476.1488.8128.04
Hex871580545E2F6591c
Octal2072510012413657613134
Binary10000111101011000010101001011110101111110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871508; }

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

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

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

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

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

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

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

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