#870C24

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

Shades of Burgundy #870C24

Tints of Burgundy #870C24

Color information

#870C24 (or 0x870C24) is unknown color: approx Burgundy. HEX triplet: 87, 0C and 24. RGB value is (135,12,36). Sum of RGB (Red+Green+Blue) = 135+12+36=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #870C24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C24 is #78F3DB. Grayscale: #333333. Windows color (decimal): -7926748 or 2362503. OLE color: 2362503.

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

Color convert

RGB1351236-
CMYK00.910.730.47
HSL348.29º83.67%28.82%-
HSV(B)348.29º91.11%52.94%-
XYZ10.445.542.19-
YUV51.51119.25187.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 73.77%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 36 (14.45% from 255) = 19.67%
R=73.77%
G=6.56%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135123600.910.730.47348.2983.6728.82
Hex87C2405B492F15c541d
Octal207144401331115753412435
Binary100001111100100100010110111001001101111101011100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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