#970936

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

Shades of Burgundy #970936

Tints of Burgundy #970936

Color information

#970936 (or 0x970936) is unknown color: approx Burgundy. HEX triplet: 97, 09 and 36. RGB value is (151,9,54). Sum of RGB (Red+Green+Blue) = 151+9+54=214 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.56% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 151 - color contains mainly: red. Hex color #970936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970936 is #68F6C9. Grayscale: #383838. Windows color (decimal): -6878922 or 3541399. OLE color: 3541399.

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

Color convert

RGB151954-
CMYK00.940.640.41
HSL340.99º88.75%31.37%-
HSV(B)340.99º94.04%59.22%-
XYZ13.537.044.14-
YUV56.59126.54195.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 70.56%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 54 (21.48% from 255) = 25.23%
R=70.56%
G=4.21%
B=25.23%

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
Decimal15195400.940.640.41340.9988.7531.37
Hex9793605E4029155591f
Octal227116601361005152513137
Binary100101111001110110010111101000000101001101010101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970936; }

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

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

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

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

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

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

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

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