#870218

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

Shades of Burgundy #870218

Tints of Burgundy #870218

Color information

#870218 (or 0x870218) is unknown color: approx Burgundy. HEX triplet: 87, 02 and 18. RGB value is (135,2,24). Sum of RGB (Red+Green+Blue) = 135+2+24=161 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.85% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 135 - color contains mainly: red. Hex color #870218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870218 is #78FDE7. Grayscale: #2C2C2C. Windows color (decimal): -7929320 or 1573511. OLE color: 1573511.

HSL color Cylindrical-coordinate representation of color #870218: hue angle of 350.08º degrees, saturation: 0.97, 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 #870218 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB135224-
CMYK00.990.820.47
HSL350.08º97.08%26.86%-
HSV(B)350.08º98.52%52.94%-
XYZ10.185.261.34-
YUV44.27116.56192.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 83.85%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=83.85%
G=1.24%
B=14.91%

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
Decimal13522400.990.820.47350.0897.0826.86
Hex87218063522F15e611b
Octal20723001431225753614133
Binary100001111011000011000111010010101111101011110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870218; }

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

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

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

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

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

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

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

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