#870224

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

Shades of Burgundy #870224

Tints of Burgundy #870224

Color information

#870224 (or 0x870224) is unknown color: approx Burgundy. HEX triplet: 87, 02 and 24. RGB value is (135,2,36). Sum of RGB (Red+Green+Blue) = 135+2+36=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #870224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870224 is #78FDDB. Grayscale: #2D2D2D. Windows color (decimal): -7929308 or 2359943. OLE color: 2359943.

HSL color Cylindrical-coordinate representation of color #870224: hue angle of 344.66º 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 #870224 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB135236-
CMYK00.990.730.47
HSL344.66º97.08%26.86%-
HSV(B)344.66º98.52%52.94%-
XYZ10.335.322.15-
YUV45.64122.56191.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 78.03%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=78.03%
G=1.16%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13523600.990.730.47344.6697.0826.86
Hex87224063492F159611b
Octal20724401431115753114133
Binary1000011110100100011000111001001101111101011001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870224; }

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

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

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

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

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

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

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

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