#960937

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

Shades of Burgundy #960937

Tints of Burgundy #960937

Color information

#960937 (or 0x960937) is unknown color: approx Burgundy. HEX triplet: 96, 09 and 37. RGB value is (150,9,55). Sum of RGB (Red+Green+Blue) = 150+9+55=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #960937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960937 is #69F6C8. Grayscale: #383838. Windows color (decimal): -6944457 or 3606934. OLE color: 3606934.

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

Color convert

RGB150955-
CMYK00.940.630.41
HSL340.43º88.68%31.18%-
HSV(B)340.43º94%58.82%-
XYZ13.366.964.25-
YUV56.4127.21194.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.09%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 55 (21.88% from 255) = 25.70%
R=70.09%
G=4.21%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15095500.940.630.41340.4388.6831.18
Hex9693705E3F29154591f
Octal22611670136775152413137
Binary10010110100111011101011110111111101001101010100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960937; }

 p { color: rgb(150,9,55); }

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

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

 a { background-color: rgb(150,9,55); }

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

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

 span { border-color: rgb(150,9,55); }

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