#870C21

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

Shades of Burgundy #870C21

Tints of Burgundy #870C21

Color information

#870C21 (or 0x870C21) is unknown color: approx Burgundy. HEX triplet: 87, 0C and 21. RGB value is (135,12,33). Sum of RGB (Red+Green+Blue) = 135+12+33=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #870C21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C21 is #78F3DE. Grayscale: #333333. Windows color (decimal): -7926751 or 2165895. OLE color: 2165895.

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

Color convert

RGB1351233-
CMYK00.910.760.47
HSL349.76º83.67%28.82%-
HSV(B)349.76º91.11%52.94%-
XYZ10.45.521.96-
YUV51.17117.75187.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75%
GREEN value IS 12 (5.08% from 255) = 6.67%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=75%
G=6.67%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135123300.910.760.47349.7683.6728.82
Hex87C2105B4C2F15e541d
Octal207144101331145753612435
Binary100001111100100001010110111001100101111101011110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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