Html Css Color HEX #97053C Burgundy

📋 copy color: '#97053C'

red 151 ◦ green 5 ◦ blue 60

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

Shades of Burgundy #97053C

Tints of Burgundy #97053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.78%

R = 69.91%
G = 2.31%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#97053C (or 0x97053C) is known color: Burgundy. HEX triplet: 97, 05 and 3C. RGB value is (151,5,60). Sum of RGB (Red+Green+Blue) = 151+5+60=216 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.91% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 151 - color contains mainly: red. Hex color #97053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97053C is #68FAC3. Grayscale: #363636. Windows color (decimal): -6879940 or 3933591. OLE color: 3933591.

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

Color convert

RGB 151 5 60 -
CMYK 0 0.97 0.60 0.41
HSL 337.4º 0.94% 0.31% -
HSV(B) 337.4º 0.97% 0.59% -
XYZ 13.63 7.01 4.91 -
YUV 54.92 130.87 196.53 -
System Red Green Blue C M Y K H S L
Decimal 151 5 60 0 0.97 0.60 0.41 337.4 0.94 0.31
Hex 97 5 3C 0 61 3C 29 151 5E 1F
Octal 227 5 74 0 141 74 51 521 136 37
Binary 10010111 101 111100 0 1100001 111100 101001 101010001 1011110 11111

Color Harmonies of #97053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97053C

Black with #97053C

Text Example


Text Example

White with #97053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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