#960539

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

Shades of Burgundy #960539

Tints of Burgundy #960539

Color information

#960539 (or 0x960539) is unknown color: approx Burgundy. HEX triplet: 96, 05 and 39. RGB value is (150,5,57). Sum of RGB (Red+Green+Blue) = 150+5+57=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #960539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960539 is #69FAC6. Grayscale: #363636. Windows color (decimal): -6945479 or 3736982. OLE color: 3736982.

HSL color Cylindrical-coordinate representation of color #960539: hue angle of 338.48º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960539 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB150557-
CMYK00.970.620.41
HSL338.48º93.55%30.39%-
HSV(B)338.48º96.67%58.82%-
XYZ13.376.894.5-
YUV54.28129.54196.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.75%
GREEN value IS 5 (2.34% from 255) = 2.36%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=70.75%
G=2.36%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15055700.970.620.41338.4893.5530.39
Hex965390613E291525e1e
Octal2265710141765152213636
Binary1001011010111100101100001111110101001101010010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960539; }

 p { color: rgb(150,5,57); }

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

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

 a { background-color: rgb(150,5,57); }

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

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

 span { border-color: rgb(150,5,57); }

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