Html Css Color HEX #970538 Burgundy

📋 copy color: '#970538'

red 151 ◦ green 5 ◦ blue 56

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

Shades of Burgundy #970538

Tints of Burgundy #970538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.42%

R = 71.23%
G = 2.36%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#970538 (or 0x970538) is known color: Burgundy. HEX triplet: 97, 05 and 38. RGB value is (151,5,56). Sum of RGB (Red+Green+Blue) = 151+5+56=212 (28% of max value = 765). Red value is 151 (59.38% from 255 or 71.23% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 151 - color contains mainly: red. Hex color #970538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970538 is #68FAC7. Grayscale: #363636. Windows color (decimal): -6879944 or 3671447. OLE color: 3671447.

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

Color convert

RGB 151 5 56 -
CMYK 0 0.97 0.63 0.41
HSL 339.04º 0.94% 0.31% -
HSV(B) 339.04º 0.97% 0.59% -
XYZ 13.53 6.97 4.37 -
YUV 54.47 128.87 196.85 -
System Red Green Blue C M Y K H S L
Decimal 151 5 56 0 0.97 0.63 0.41 339.04 0.94 0.31
Hex 97 5 38 0 61 3F 29 153 5E 1F
Octal 227 5 70 0 141 77 51 523 136 37
Binary 10010111 101 111000 0 1100001 111111 101001 101010011 1011110 11111

Color Harmonies of #970538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970538

Black with #970538

Text Example


Text Example

White with #970538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970538; }

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

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

background-color css

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

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

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

border-color css

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

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

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