#860E28

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

Shades of Burgundy #860E28

Tints of Burgundy #860E28

Color information

#860E28 (or 0x860E28) is unknown color: approx Burgundy. HEX triplet: 86, 0E and 28. RGB value is (134,14,40). Sum of RGB (Red+Green+Blue) = 134+14+40=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #860E28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860E28 is #79F1D7. Grayscale: #343434. Windows color (decimal): -7991768 or 2625158. OLE color: 2625158.

HSL color Cylindrical-coordinate representation of color #860E28: hue angle of 347º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E28 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1341440-
CMYK00.900.700.47
HSL347º81.08%29.02%-
HSV(B)347º89.55%52.55%-
XYZ10.375.542.53-
YUV52.84120.76185.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.28%
GREEN value IS 14 (5.86% from 255) = 7.45%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=71.28%
G=7.45%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134144000.900.700.4734781.0829.02
Hex86E2805A462F15b511d
Octal206165001321065753312135
Binary100001101110101000010110101000110101111101011011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860E28; }

 p { color: rgb(134,14,40); }

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

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

 a { background-color: rgb(134,14,40); }

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

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

 span { border-color: rgb(134,14,40); }

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