#860417

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

Shades of Burgundy #860417

Tints of Burgundy #860417

Color information

#860417 (or 0x860417) is unknown color: approx Burgundy. HEX triplet: 86, 04 and 17. RGB value is (134,4,23). Sum of RGB (Red+Green+Blue) = 134+4+23=161 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.23% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 134 - color contains mainly: red. Hex color #860417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860417 is #79FBE8. Grayscale: #2D2D2D. Windows color (decimal): -7994345 or 1508486. OLE color: 1508486.

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

Color convert

RGB134423-
CMYK00.970.830.47
HSL351.23º94.2%27.06%-
HSV(B)351.23º97.01%52.55%-
XYZ10.035.221.29-
YUV45.04115.57191.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 83.23%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 23 (9.38% from 255) = 14.29%
R=83.23%
G=2.48%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13442300.970.830.47351.2394.227.06
Hex86417061532F15f5e1b
Octal20642701411235753713633
Binary1000011010010111011000011010011101111101011111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860417; }

 p { color: rgb(134,4,23); }

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

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

 a { background-color: rgb(134,4,23); }

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

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

 span { border-color: rgb(134,4,23); }

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