Html Css Color HEX #970537 Burgundy

📋 copy color: '#970537'

red 151 ◦ green 5 ◦ blue 55

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

Shades of Burgundy #970537

Tints of Burgundy #970537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

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

R = 71.56%
G = 2.37%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#970537 (or 0x970537) is known color: Burgundy. HEX triplet: 97, 05 and 37. RGB value is (151,5,55). Sum of RGB (Red+Green+Blue) = 151+5+55=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #970537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970537 is #68FAC8. Grayscale: #363636. Windows color (decimal): -6879945 or 3605911. OLE color: 3605911.

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

Color convert

RGB 151 5 55 -
CMYK 0 0.97 0.64 0.41
HSL 339.45º 0.94% 0.31% -
HSV(B) 339.45º 0.97% 0.59% -
XYZ 13.51 6.96 4.25 -
YUV 54.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 151 5 55 0 0.97 0.64 0.41 339.45 0.94 0.31
Hex 97 5 37 0 61 40 29 153 5E 1F
Octal 227 5 67 0 141 100 51 523 136 37
Binary 10010111 101 110111 0 1100001 1000000 101001 101010011 1011110 11111

Color Harmonies of #970537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970537

Black with #970537

Text Example


Text Example

White with #970537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970537; }

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

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

background-color css

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

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

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

border-color css

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

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

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