#860532

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

Shades of Burgundy #860532

Tints of Burgundy #860532

Color information

#860532 (or 0x860532) is unknown color: approx Burgundy. HEX triplet: 86, 05 and 32. RGB value is (134,5,50). Sum of RGB (Red+Green+Blue) = 134+5+50=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #860532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860532 is #79FACD. Grayscale: #303030. Windows color (decimal): -7994062 or 3278214. OLE color: 3278214.

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

Color convert

RGB134550-
CMYK00.960.630.47
HSL339.07º92.81%27.25%-
HSV(B)339.07º96.27%52.55%-
XYZ10.465.413.51-
YUV48.7128.74188.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.90%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 50 (19.92% from 255) = 26.46%
R=70.90%
G=2.65%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13455000.960.630.47339.0792.8127.25
Hex865320603F2F1535d1b
Octal2065620140775752313533
Binary1000011010111001001100000111111101111101010011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860532; }

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

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

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

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

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

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

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

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