#870F24

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

Shades of Burgundy #870F24

Tints of Burgundy #870F24

Color information

#870F24 (or 0x870F24) is unknown color: approx Burgundy. HEX triplet: 87, 0F and 24. RGB value is (135,15,36). Sum of RGB (Red+Green+Blue) = 135+15+36=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #870F24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F24 is #78F0DB. Grayscale: #353535. Windows color (decimal): -7925980 or 2363271. OLE color: 2363271.

HSL color Cylindrical-coordinate representation of color #870F24: hue angle of 349.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F24 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1351536-
CMYK00.890.730.47
HSL349.5º80%29.41%-
HSV(B)349.5º88.89%52.94%-
XYZ10.485.622.2-
YUV53.27118.26186.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.58%
GREEN value IS 15 (6.25% from 255) = 8.06%
BLUE value IS 36 (14.45% from 255) = 19.35%
R=72.58%
G=8.06%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135153600.890.730.47349.58029.41
Hex87F24059492F15e501d
Octal207174401311115753612035
Binary100001111111100100010110011001001101111101011110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870F24; }

 p { color: rgb(135,15,36); }

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

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

 a { background-color: rgb(135,15,36); }

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

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

 span { border-color: rgb(135,15,36); }

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