#87120B

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

Shades of Falu Red #87120B

Tints of Falu Red #87120B

Color information

#87120B (or 0x87120B) is unknown color: approx Falu Red. HEX triplet: 87, 12 and 0B. RGB value is (135,18,11). Sum of RGB (Red+Green+Blue) = 135+18+11=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #87120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87120B is #78EDF4. Grayscale: #343434. Windows color (decimal): -7925237 or 725639. OLE color: 725639.

HSL color Cylindrical-coordinate representation of color #87120B: hue angle of 3.39º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87120B is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB1351811-
CMYK00.870.920.47
HSL3.39º84.93%28.63%-
HSV(B)3.39º91.85%52.94%-
XYZ10.275.610.86-
YUV52.18104.76187.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 82.32%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 11 (4.69% from 255) = 6.71%
R=82.32%
G=10.98%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135181100.870.920.473.3984.9328.63
Hex8712B0575C2F3551d
Octal2072213012713457312535
Binary1000011110010101101010111101110010111111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87120B; }

 p { color: rgb(135,18,11); }

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

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

 a { background-color: rgb(135,18,11); }

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

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

 span { border-color: rgb(135,18,11); }

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