#870C2C

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

Shades of Burgundy #870C2C

Tints of Burgundy #870C2C

Color information

#870C2C (or 0x870C2C) is unknown color: approx Burgundy. HEX triplet: 87, 0C and 2C. RGB value is (135,12,44). Sum of RGB (Red+Green+Blue) = 135+12+44=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #870C2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C2C is #78F3D3. Grayscale: #343434. Windows color (decimal): -7926740 or 2886791. OLE color: 2886791.

HSL color Cylindrical-coordinate representation of color #870C2C: hue angle of 344.39º 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 #870C2C is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1351244-
CMYK00.910.670.47
HSL344.39º83.67%28.82%-
HSV(B)344.39º91.11%52.94%-
XYZ10.585.62.91-
YUV52.42123.25186.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 70.68%
GREEN value IS 12 (5.08% from 255) = 6.28%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=70.68%
G=6.28%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135124400.910.670.47344.3983.6728.82
Hex87C2C05B432F158541d
Octal207145401331035753012435
Binary100001111100101100010110111000011101111101011000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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