Html Css Color HEX #97003B Burgundy

📋 copy color: '#97003B'

red 151 ◦ green 0 ◦ blue 59

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

Shades of Burgundy #97003B

Tints of Burgundy #97003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 59 (23.44% from 255) = 28.1%

R = 71.9%
G = 0%
B = 28.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#97003B (or 0x97003B) is known color: Burgundy. HEX triplet: 97, 00 and 3B. RGB value is (151,0,59). Sum of RGB (Red+Green+Blue) = 151+0+59=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #97003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97003B is #68FFC4. Grayscale: #333333. Windows color (decimal): -6881221 or 3866775. OLE color: 3866775.

HSL color Cylindrical-coordinate representation of color #97003B: hue angle of 336.56º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97003B is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 59 -
CMYK 0 1 0.61 0.41
HSL 336.56º 1% 0.3% -
HSV(B) 336.56º 1% 0.59% -
XYZ 13.55 6.9 4.75 -
YUV 51.88 132.03 198.7 -
System Red Green Blue C M Y K H S L
Decimal 151 0 59 0 1 0.61 0.41 336.56 1 0.3
Hex 97 0 3B 0 64 3D 29 151 64 1E
Octal 227 0 73 0 144 75 51 521 144 36
Binary 10010111 0 111011 0 1100100 111101 101001 101010001 1100100 11110

Color Harmonies of #97003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97003B

Black with #97003B

Text Example


Text Example

White with #97003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97003B; }

 p { color: rgb(151,0,59); }

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

background-color css

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

 a { background-color: rgb(151,0,59); }

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

border-color css

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

 span { border-color: rgb(151,0,59); }

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