Html Css Color HEX #97053A Burgundy

📋 copy color: '#97053A'

red 151 ◦ green 5 ◦ blue 58

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

Shades of Burgundy #97053A

Tints of Burgundy #97053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.1%

R = 70.56%
G = 2.34%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#97053A (or 0x97053A) is known color: Burgundy. HEX triplet: 97, 05 and 3A. RGB value is (151,5,58). Sum of RGB (Red+Green+Blue) = 151+5+58=214 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.56% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 151 - color contains mainly: red. Hex color #97053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97053A is #68FAC5. Grayscale: #363636. Windows color (decimal): -6879942 or 3802519. OLE color: 3802519.

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

Color convert

RGB 151 5 58 -
CMYK 0 0.97 0.62 0.41
HSL 338.22º 0.94% 0.31% -
HSV(B) 338.22º 0.97% 0.59% -
XYZ 13.58 6.99 4.64 -
YUV 54.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 151 5 58 0 0.97 0.62 0.41 338.22 0.94 0.31
Hex 97 5 3A 0 61 3E 29 152 5E 1F
Octal 227 5 72 0 141 76 51 522 136 37
Binary 10010111 101 111010 0 1100001 111110 101001 101010010 1011110 11111

Color Harmonies of #97053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97053A

Black with #97053A

Text Example


Text Example

White with #97053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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