#860529

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

Shades of Burgundy #860529

Tints of Burgundy #860529

Color information

#860529 (or 0x860529) is unknown color: approx Burgundy. HEX triplet: 86, 05 and 29. RGB value is (134,5,41). Sum of RGB (Red+Green+Blue) = 134+5+41=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #860529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860529 is #79FAD6. Grayscale: #2F2F2F. Windows color (decimal): -7994071 or 2688390. OLE color: 2688390.

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

Color convert

RGB134541-
CMYK00.960.690.47
HSL343.26º92.81%27.25%-
HSV(B)343.26º96.27%52.55%-
XYZ10.295.342.59-
YUV47.68124.24189.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.44%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 41 (16.41% from 255) = 22.78%
R=74.44%
G=2.78%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13454100.960.690.47343.2692.8127.25
Hex86529060452F1575d1b
Octal20655101401055752713533
Binary10000110101101001011000001000101101111101010111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860529; }

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

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

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

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

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

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

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

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