#960739

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

Shades of Burgundy #960739

Tints of Burgundy #960739

Color information

#960739 (or 0x960739) is unknown color: approx Burgundy. HEX triplet: 96, 07 and 39. RGB value is (150,7,57). Sum of RGB (Red+Green+Blue) = 150+7+57=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #960739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960739 is #69F8C6. Grayscale: #373737. Windows color (decimal): -6944967 or 3737494. OLE color: 3737494.

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

Color convert

RGB150757-
CMYK00.950.620.41
HSL339.02º91.08%30.78%-
HSV(B)339.02º95.33%58.82%-
XYZ13.396.934.5-
YUV55.46128.88195.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.09%
GREEN value IS 7 (3.12% from 255) = 3.27%
BLUE value IS 57 (22.66% from 255) = 26.64%
R=70.09%
G=3.27%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15075700.950.620.41339.0291.0830.78
Hex9673905F3E291535b1f
Octal2267710137765152313337
Binary1001011011111100101011111111110101001101010011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960739; }

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

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

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

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

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

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

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

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