#860036

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

Shades of Burgundy #860036

Tints of Burgundy #860036

Color information

#860036 (or 0x860036) is unknown color: approx Burgundy. HEX triplet: 86, 00 and 36. RGB value is (134,0,54). Sum of RGB (Red+Green+Blue) = 134+0+54=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #860036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860036 is #79FFC9. Grayscale: #2E2E2E. Windows color (decimal): -7995338 or 3539078. OLE color: 3539078.

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

Color convert

RGB134054-
CMYK010.600.47
HSL335.82º100%26.27%-
HSV(B)335.82º100%52.55%-
XYZ10.55.333.97-
YUV46.22132.39190.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 28.72%
R=71.28%
G=0%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134054010.600.47335.8210026.27
Hex860360643C2F150641a
Octal2060660144745752014432
Binary10000110011011001100100111100101111101010000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860036; }

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

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

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

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

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

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

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

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