#870122

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

Shades of Burgundy #870122

Tints of Burgundy #870122

Color information

#870122 (or 0x870122) is unknown color: approx Burgundy. HEX triplet: 87, 01 and 22. RGB value is (135,1,34). Sum of RGB (Red+Green+Blue) = 135+1+34=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #870122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870122 is #78FEDD. Grayscale: #2C2C2C. Windows color (decimal): -7929566 or 2228615. OLE color: 2228615.

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

Color convert

RGB135134-
CMYK00.990.750.47
HSL345.22º98.53%26.67%-
HSV(B)345.22º99.26%52.94%-
XYZ10.295.291.99-
YUV44.83121.89192.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 79.41%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 34 (13.67% from 255) = 20%
R=79.41%
G=0.59%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513400.990.750.47345.2298.5326.67
Hex871220634B2F159631b
Octal20714201431135753114333
Binary100001111100010011000111001011101111101011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870122; }

 p { color: rgb(135,1,34); }

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

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

 a { background-color: rgb(135,1,34); }

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

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

 span { border-color: rgb(135,1,34); }

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