#970937

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

Shades of Burgundy #970937

Tints of Burgundy #970937

Color information

#970937 (or 0x970937) is unknown color: approx Burgundy. HEX triplet: 97, 09 and 37. RGB value is (151,9,55). Sum of RGB (Red+Green+Blue) = 151+9+55=215 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.23% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 151 - color contains mainly: red. Hex color #970937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970937 is #68F6C8. Grayscale: #383838. Windows color (decimal): -6878921 or 3606935. OLE color: 3606935.

HSL color Cylindrical-coordinate representation of color #970937: hue angle of 340.56º 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 #970937 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB151955-
CMYK00.940.640.41
HSL340.56º88.75%31.37%-
HSV(B)340.56º94.04%59.22%-
XYZ13.557.054.26-
YUV56.7127.04195.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 70.23%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=70.23%
G=4.19%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15195500.940.640.41340.5688.7531.37
Hex9793705E4029155591f
Octal227116701361005152513137
Binary100101111001110111010111101000000101001101010101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970937; }

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

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

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

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

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

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

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

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