Html Css Color HEX #97033C Burgundy

📋 copy color: '#97033C'

red 151 ◦ green 3 ◦ blue 60

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

Shades of Burgundy #97033C

Tints of Burgundy #97033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 70.56%
G = 1.4%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#97033C (or 0x97033C) is known color: Burgundy. HEX triplet: 97, 03 and 3C. RGB value is (151,3,60). Sum of RGB (Red+Green+Blue) = 151+3+60=214 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.56% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 151 - color contains mainly: red. Hex color #97033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97033C is #68FCC3. Grayscale: #353535. Windows color (decimal): -6880452 or 3933079. OLE color: 3933079.

HSL color Cylindrical-coordinate representation of color #97033C: hue angle of 336.89º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #97033C is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 3 60 -
CMYK 0 0.98 0.60 0.41
HSL 336.89º 0.96% 0.3% -
HSV(B) 336.89º 0.98% 0.59% -
XYZ 13.61 6.97 4.9 -
YUV 53.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 151 3 60 0 0.98 0.60 0.41 336.89 0.96 0.3
Hex 97 3 3C 0 62 3C 29 151 60 1E
Octal 227 3 74 0 142 74 51 521 140 36
Binary 10010111 11 111100 0 1100010 111100 101001 101010001 1100000 11110

Color Harmonies of #97033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97033C

Black with #97033C

Text Example


Text Example

White with #97033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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