#870118

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

Shades of Burgundy #870118

Tints of Burgundy #870118

Color information

#870118 (or 0x870118) is unknown color: approx Burgundy. HEX triplet: 87, 01 and 18. RGB value is (135,1,24). Sum of RGB (Red+Green+Blue) = 135+1+24=160 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.38% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 135 - color contains mainly: red. Hex color #870118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870118 is #78FEE7. Grayscale: #2B2B2B. Windows color (decimal): -7929576 or 1573255. OLE color: 1573255.

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

Color convert

RGB135124-
CMYK00.990.820.47
HSL349.7º98.53%26.67%-
HSV(B)349.7º99.26%52.94%-
XYZ10.175.241.34-
YUV43.69116.89193.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 84.38%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 24 (9.77% from 255) = 15%
R=84.38%
G=0.62%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512400.990.820.47349.798.5326.67
Hex87118063522F15e631b
Octal20713001431225753614333
Binary10000111111000011000111010010101111101011110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870118; }

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

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

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

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

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

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

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

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