#860518

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

Shades of Burgundy #860518

Tints of Burgundy #860518

Color information

#860518 (or 0x860518) is unknown color: approx Burgundy. HEX triplet: 86, 05 and 18. RGB value is (134,5,24). Sum of RGB (Red+Green+Blue) = 134+5+24=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #860518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860518 is #79FAE7. Grayscale: #2D2D2D. Windows color (decimal): -7994088 or 1574278. OLE color: 1574278.

HSL color Cylindrical-coordinate representation of color #860518: hue angle of 351.16º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860518 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB134524-
CMYK00.960.820.47
HSL351.16º92.81%27.25%-
HSV(B)351.16º96.27%52.55%-
XYZ10.055.241.35-
YUV45.74115.74190.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 82.21%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 24 (9.77% from 255) = 14.72%
R=82.21%
G=3.07%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13452400.960.820.47351.1692.8127.25
Hex86518060522F15f5d1b
Octal20653001401225753713533
Binary1000011010111000011000001010010101111101011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860518; }

 p { color: rgb(134,5,24); }

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

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

 a { background-color: rgb(134,5,24); }

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

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

 span { border-color: rgb(134,5,24); }

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