#860822

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

Shades of Burgundy #860822

Tints of Burgundy #860822

Color information

#860822 (or 0x860822) is unknown color: approx Burgundy. HEX triplet: 86, 08 and 22. RGB value is (134,8,34). Sum of RGB (Red+Green+Blue) = 134+8+34=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #860822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860822 is #79F7DD. Grayscale: #303030. Windows color (decimal): -7993310 or 2230406. OLE color: 2230406.

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

Color convert

RGB134834-
CMYK00.940.750.47
HSL347.62º88.73%27.84%-
HSV(B)347.62º94.03%52.55%-
XYZ10.215.362.01-
YUV48.64119.74188.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 76.14%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 34 (13.67% from 255) = 19.32%
R=76.14%
G=4.55%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13483400.940.750.47347.6288.7327.84
Hex8682205E4B2F15c591c
Octal206104201361135753413134
Binary100001101000100010010111101001011101111101011100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860822; }

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

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

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

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

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

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

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

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