Html Css Color HEX #970637 Burgundy

📋 copy color: '#970637'

red 151 ◦ green 6 ◦ blue 55

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

Shades of Burgundy #970637

Tints of Burgundy #970637

RGB

 RED value IS 151 (59.38% from 255) = 71.23%

 GREEN value IS 6 (2.73% from 255) = 2.83%

 BLUE value IS 55 (21.88% from 255) = 25.94%

R = 71.23%
G = 2.83%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#970637 (or 0x970637) is known color: Burgundy. HEX triplet: 97, 06 and 37. RGB value is (151,6,55). Sum of RGB (Red+Green+Blue) = 151+6+55=212 (28% of max value = 765). Red value is 151 (59.38% from 255 or 71.23% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 151 - color contains mainly: red. Hex color #970637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970637 is #68F9C8. Grayscale: #363636. Windows color (decimal): -6879689 or 3606167. OLE color: 3606167.

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

Color convert

RGB 151 6 55 -
CMYK 0 0.96 0.64 0.41
HSL 339.72º 0.92% 0.31% -
HSV(B) 339.72º 0.96% 0.59% -
XYZ 13.52 6.99 4.25 -
YUV 54.94 128.04 196.52 -
System Red Green Blue C M Y K H S L
Decimal 151 6 55 0 0.96 0.64 0.41 339.72 0.92 0.31
Hex 97 6 37 0 60 40 29 154 5C 1F
Octal 227 6 67 0 140 100 51 524 134 37
Binary 10010111 110 110111 0 1100000 1000000 101001 101010100 1011100 11111

Color Harmonies of #970637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970637

Black with #970637

Text Example


Text Example

White with #970637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970637; }

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

 H1.HeaderClassName
 {
   color: #970637;
 }
 .AnyTagClassName
 {
   color: #970637;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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