#861122

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

Shades of Burgundy #861122

Tints of Burgundy #861122

Color information

#861122 (or 0x861122) is unknown color: approx Burgundy. HEX triplet: 86, 11 and 22. RGB value is (134,17,34). Sum of RGB (Red+Green+Blue) = 134+17+34=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #861122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861122 is #79EEDD. Grayscale: #353535. Windows color (decimal): -7991006 or 2232710. OLE color: 2232710.

HSL color Cylindrical-coordinate representation of color #861122: hue angle of 351.28º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861122 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1341734-
CMYK00.870.750.47
HSL351.28º77.48%29.61%-
HSV(B)351.28º87.31%52.55%-
XYZ10.325.582.05-
YUV53.92116.76185.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.43%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 34 (13.67% from 255) = 18.38%
R=72.43%
G=9.19%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134173400.870.750.47351.2877.4829.61
Hex8611220574B2F15f4d1e
Octal206214201271135753711536
Binary1000011010001100010010101111001011101111101011111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861122; }

 p { color: rgb(134,17,34); }

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

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

 a { background-color: rgb(134,17,34); }

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

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

 span { border-color: rgb(134,17,34); }

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