Html Css Color HEX #970536 Burgundy

📋 copy color: '#970536'

red 151 ◦ green 5 ◦ blue 54

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

Shades of Burgundy #970536

Tints of Burgundy #970536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.71%

R = 71.9%
G = 2.38%
B = 25.71%

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

#970536 (or 0x970536) is known color: Burgundy. HEX triplet: 97, 05 and 36. RGB value is (151,5,54). Sum of RGB (Red+Green+Blue) = 151+5+54=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #970536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970536 is #68FAC9. Grayscale: #363636. Windows color (decimal): -6879946 or 3540375. OLE color: 3540375.

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

Color convert

RGB 151 5 54 -
CMYK 0 0.97 0.64 0.41
HSL 339.86º 0.94% 0.31% -
HSV(B) 339.86º 0.97% 0.59% -
XYZ 13.48 6.95 4.12 -
YUV 54.24 127.87 197.02 -
System Red Green Blue C M Y K H S L
Decimal 151 5 54 0 0.97 0.64 0.41 339.86 0.94 0.31
Hex 97 5 36 0 61 40 29 154 5E 1F
Octal 227 5 66 0 141 100 51 524 136 37
Binary 10010111 101 110110 0 1100001 1000000 101001 101010100 1011110 11111

Color Harmonies of #970536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970536

Black with #970536

Text Example


Text Example

White with #970536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970536; }

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

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

background-color css

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

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

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

border-color css

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

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

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