Html Css Color HEX #970937 Burgundy

📋 copy color: '#970937'

red 151 ◦ green 9 ◦ blue 55

#970937
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #970937

Tints of Burgundy #970937

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 value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#970937 (or 0x970937) is known color: 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

RGB 151 9 55 -
CMYK 0 0.94 0.64 0.41
HSL 340.56º 0.89% 0.31% -
HSV(B) 340.56º 0.94% 0.59% -
XYZ 13.55 7.05 4.26 -
YUV 56.7 127.04 195.26 -
System Red Green Blue C M Y K H S L
Decimal 151 9 55 0 0.94 0.64 0.41 340.56 0.89 0.31
Hex 97 9 37 0 5E 40 29 155 59 1F
Octal 227 11 67 0 136 100 51 525 131 37
Binary 10010111 1001 110111 0 1011110 1000000 101001 101010101 1011001 11111

Color Harmonies of #970937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970937

Black with #970937

Text Example


Text Example

White with #970937

Text Example


Text Example

HTML Codes & Css Web 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>