#870E24

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

Shades of Burgundy #870E24

Tints of Burgundy #870E24

Color information

#870E24 (or 0x870E24) is unknown color: approx Burgundy. HEX triplet: 87, 0E and 24. RGB value is (135,14,36). Sum of RGB (Red+Green+Blue) = 135+14+36=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #870E24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E24 is #78F1DB. Grayscale: #343434. Windows color (decimal): -7926236 or 2363015. OLE color: 2363015.

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

Color convert

RGB1351436-
CMYK00.900.730.47
HSL349.09º81.21%29.22%-
HSV(B)349.09º89.63%52.94%-
XYZ10.475.592.2-
YUV52.69118.59186.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.97%
GREEN value IS 14 (5.86% from 255) = 7.57%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=72.97%
G=7.57%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135143600.900.730.47349.0981.2129.22
Hex87E2405A492F15d511d
Octal207164401321115753512135
Binary100001111110100100010110101001001101111101011101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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