#870221

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

Shades of Burgundy #870221

Tints of Burgundy #870221

Color information

#870221 (or 0x870221) is unknown color: approx Burgundy. HEX triplet: 87, 02 and 21. RGB value is (135,2,33). Sum of RGB (Red+Green+Blue) = 135+2+33=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #870221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870221 is #78FDDE. Grayscale: #2D2D2D. Windows color (decimal): -7929311 or 2163335. OLE color: 2163335.

HSL color Cylindrical-coordinate representation of color #870221: hue angle of 346.02º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870221 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB135233-
CMYK00.990.760.47
HSL346.02º97.08%26.86%-
HSV(B)346.02º98.52%52.94%-
XYZ10.295.31.92-
YUV45.3121.06191.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 79.41%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=79.41%
G=1.18%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13523300.990.760.47346.0297.0826.86
Hex872210634C2F15a611b
Octal20724101431145753214133
Binary1000011110100001011000111001100101111101011010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870221; }

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

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

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

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

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

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

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

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