#860716

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

Shades of Burgundy #860716

Tints of Burgundy #860716

Color information

#860716 (or 0x860716) is unknown color: approx Burgundy. HEX triplet: 86, 07 and 16. RGB value is (134,7,22). Sum of RGB (Red+Green+Blue) = 134+7+22=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #860716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860716 is #79F8E9. Grayscale: #2E2E2E. Windows color (decimal): -7993578 or 1443718. OLE color: 1443718.

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

Color convert

RGB134722-
CMYK00.950.840.47
HSL352.91º90.07%27.65%-
HSV(B)352.91º94.78%52.55%-
XYZ10.055.281.25-
YUV46.68114.08190.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 82.21%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=82.21%
G=4.29%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13472200.950.840.47352.9190.0727.65
Hex8671605F542F1615a1c
Octal20672601371245754113234
Binary1000011011110110010111111010100101111101100001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860716; }

 p { color: rgb(134,7,22); }

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

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

 a { background-color: rgb(134,7,22); }

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

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

 span { border-color: rgb(134,7,22); }

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