#860A39

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

Shades of Burgundy #860A39

Tints of Burgundy #860A39

Color information

#860A39 (or 0x860A39) is unknown color: approx Burgundy. HEX triplet: 86, 0A and 39. RGB value is (134,10,57). Sum of RGB (Red+Green+Blue) = 134+10+57=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #860A39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A39 is #79F5C6. Grayscale: #343434. Windows color (decimal): -7992775 or 3738246. OLE color: 3738246.

HSL color Cylindrical-coordinate representation of color #860A39: hue angle of 337.26º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A39 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1341057-
CMYK00.930.570.47
HSL337.26º86.11%28.24%-
HSV(B)337.26º92.54%52.55%-
XYZ10.685.584.39-
YUV52.43130.58186.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 57 (22.66% from 255) = 28.36%
R=66.67%
G=4.98%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134105700.930.570.47337.2686.1128.24
Hex86A3905D392F151561c
Octal20612710135715752112634
Binary10000110101011100101011101111001101111101010001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,10,57); }

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

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

 a { background-color: rgb(134,10,57); }

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

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

 span { border-color: rgb(134,10,57); }

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