#860216

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

Shades of Burgundy #860216

Tints of Burgundy #860216

Color information

#860216 (or 0x860216) is unknown color: approx Burgundy. HEX triplet: 86, 02 and 16. RGB value is (134,2,22). Sum of RGB (Red+Green+Blue) = 134+2+22=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #860216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860216 is #79FDE9. Grayscale: #2B2B2B. Windows color (decimal): -7994858 or 1442438. OLE color: 1442438.

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

Color convert

RGB134222-
CMYK00.990.840.47
HSL350.91º97.06%26.67%-
HSV(B)350.91º98.51%52.55%-
XYZ105.171.23-
YUV43.75115.73192.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 84.81%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=84.81%
G=1.27%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13422200.990.840.47350.9197.0626.67
Hex86216063542F15f611b
Octal20622601431245753714133
Binary100001101010110011000111010100101111101011111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860216; }

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

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

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

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

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

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

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

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