#870C29

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

Shades of Burgundy #870C29

Tints of Burgundy #870C29

Color information

#870C29 (or 0x870C29) is unknown color: approx Burgundy. HEX triplet: 87, 0C and 29. RGB value is (135,12,41). Sum of RGB (Red+Green+Blue) = 135+12+41=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #870C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C29 is #78F3D6. Grayscale: #343434. Windows color (decimal): -7926743 or 2690183. OLE color: 2690183.

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

Color convert

RGB1351241-
CMYK00.910.700.47
HSL345.85º83.67%28.82%-
HSV(B)345.85º91.11%52.94%-
XYZ10.525.572.62-
YUV52.08121.75187.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.81%
GREEN value IS 12 (5.08% from 255) = 6.38%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=71.81%
G=6.38%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135124100.910.700.47345.8583.6728.82
Hex87C2905B462F15a541d
Octal207145101331065753212435
Binary100001111100101001010110111000110101111101011010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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