Shades of Burgundy #97003C
Tints of Burgundy #97003C
RGB
CMYK
RGB Variations
Color information
#97003C (or 0x97003C) is known color: Burgundy. HEX triplet: 97, 00 and 3C. RGB value is (151,0,60). Sum of RGB (Red+Green+Blue) = 151+0+60=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #97003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97003C is #68FFC3. Grayscale: #333333. Windows color (decimal): -6881220 or 3932311. OLE color: 3932311.
HSL color Cylindrical-coordinate representation of color #97003C: hue angle of 336.16º 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 #97003C is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.60 | 0.41 |
| HSL | 336.16º | 1% | 0.3% | - |
| HSV(B) | 336.16º | 1% | 0.59% | - |
| XYZ | 13.58 | 6.91 | 4.89 | - |
| YUV | 51.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 60 | 0 | 1 | 0.60 | 0.41 | 336.16 | 1 | 0.3 |
| Hex | 97 | 0 | 3C | 0 | 64 | 3C | 29 | 150 | 64 | 1E |
| Octal | 227 | 0 | 74 | 0 | 144 | 74 | 51 | 520 | 144 | 36 |
| Binary | 10010111 | 0 | 111100 | 0 | 1100100 | 111100 | 101001 | 101010000 | 1100100 | 11110 |
Color Harmonies of #97003C
Complementary color
Monochromatic Colors of #97003C
Black with #97003C
Text Example
Text Example
White with #97003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97003C; }
p { color: rgb(151,0,60); }
H1.HeaderClassName
{
color: #97003C;
}
.AnyTagClassName
{
color: #97003C;
}
</style>
background-color css
<style>
a { background-color: #97003C; }
a { background-color: rgb(151,0,60); }
div.DivClassName
{
background-color: #97003C;
}
.BgClassName
{
background-color: #97003C;
}
</style>
border-color css
<style>
span { border-color: #97003C; }
span { border-color: rgb(151,0,60); }
td.TdClassName
{
border-color: #97003C;
}
.TagClassName
{
border-color: #97003C;
}
</style>