#87110B

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

Shades of Falu Red #87110B

Tints of Falu Red #87110B

Color information

#87110B (or 0x87110B) is unknown color: approx Falu Red. HEX triplet: 87, 11 and 0B. RGB value is (135,17,11). Sum of RGB (Red+Green+Blue) = 135+17+11=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #87110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87110B is #78EEF4. Grayscale: #333333. Windows color (decimal): -7925493 or 725383. OLE color: 725383.

HSL color Cylindrical-coordinate representation of color #87110B: hue angle of 2.9º 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 #87110B is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB1351711-
CMYK00.870.920.47
HSL2.9º84.93%28.63%-
HSV(B)2.9º91.85%52.94%-
XYZ10.255.580.85-
YUV51.6105.09187.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 82.82%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=82.82%
G=10.43%
B=6.75%

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
Decimal135171100.870.920.472.984.9328.63
Hex8711B0575C2F3551d
Octal2072113012713457312535
Binary1000011110001101101010111101110010111111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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