#87180B

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

Shades of Falu Red #87180B

Tints of Falu Red #87180B

Color information

#87180B (or 0x87180B) is unknown color: approx Falu Red. HEX triplet: 87, 18 and 0B. RGB value is (135,24,11). Sum of RGB (Red+Green+Blue) = 135+24+11=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #87180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87180B is #78E7F4. Grayscale: #373737. Windows color (decimal): -7923701 or 727175. OLE color: 727175.

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

Color convert

RGB1352411-
CMYK00.820.920.47
HSL6.29º84.93%28.63%-
HSV(B)6.29º91.85%52.94%-
XYZ10.385.830.89-
YUV55.71102.77184.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 79.41%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=79.41%
G=14.12%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135241100.820.920.476.2984.9328.63
Hex8718B0525C2F6551d
Octal2073013012213457612535
Binary10000111110001011010100101011100101111110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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