#860032

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

Shades of Burgundy #860032

Tints of Burgundy #860032

Color information

#860032 (or 0x860032) is unknown color: approx Burgundy. HEX triplet: 86, 00 and 32. RGB value is (134,0,50). Sum of RGB (Red+Green+Blue) = 134+0+50=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #860032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860032 is #79FFCD. Grayscale: #2D2D2D. Windows color (decimal): -7995342 or 3276934. OLE color: 3276934.

HSL color Cylindrical-coordinate representation of color #860032: hue angle of 337.61º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860032 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB134050-
CMYK010.630.47
HSL337.61º100%26.27%-
HSV(B)337.61º100%52.55%-
XYZ10.415.33.49-
YUV45.77130.39190.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=72.83%
G=0%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134050010.630.47337.6110026.27
Hex860320643F2F152641a
Octal2060620144775752214432
Binary10000110011001001100100111111101111101010010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860032; }

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

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

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

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

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

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

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

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