#960639

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

Shades of Burgundy #960639

Tints of Burgundy #960639

Color information

#960639 (or 0x960639) is unknown color: approx Burgundy. HEX triplet: 96, 06 and 39. RGB value is (150,6,57). Sum of RGB (Red+Green+Blue) = 150+6+57=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #960639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960639 is #69F9C6. Grayscale: #363636. Windows color (decimal): -6945223 or 3737238. OLE color: 3737238.

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

Color convert

RGB150657-
CMYK00.960.620.41
HSL338.75º92.31%30.59%-
HSV(B)338.75º96%58.82%-
XYZ13.386.914.5-
YUV54.87129.21195.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.42%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 57 (22.66% from 255) = 26.76%
R=70.42%
G=2.82%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15065700.960.620.41338.7592.3130.59
Hex966390603E291535c1f
Octal2266710140765152313437
Binary1001011011011100101100000111110101001101010011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960639; }

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

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

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

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

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

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

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

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