#871816

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

Shades of Falu Red #871816

Tints of Falu Red #871816

Color information

#871816 (or 0x871816) is unknown color: approx Falu Red. HEX triplet: 87, 18 and 16. RGB value is (135,24,22). Sum of RGB (Red+Green+Blue) = 135+24+22=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #871816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871816 is #78E7E9. Grayscale: #393939. Windows color (decimal): -7923690 or 1448071. OLE color: 1448071.

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

Color convert

RGB1352422-
CMYK00.820.840.47
HSL1.06º71.97%30.78%-
HSV(B)1.06º83.7%52.94%-
XYZ10.465.861.34-
YUV56.96108.27183.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 74.59%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=74.59%
G=13.26%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135242200.820.840.471.0671.9730.78
Hex871816052542F1481f
Octal2073026012212457111037
Binary1000011111000101100101001010101001011111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871816; }

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

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

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

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

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

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

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

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