Shades of Burgundy #970034
Tints of Burgundy #970034
RGB
CMYK
RGB Variations
Color information
#970034 (or 0x970034) is known color: Burgundy. HEX triplet: 97, 00 and 34. RGB value is (151,0,52). Sum of RGB (Red+Green+Blue) = 151+0+52=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #970034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970034 is #68FFCB. Grayscale: #333333. Windows color (decimal): -6881228 or 3408023. OLE color: 3408023.
HSL color Cylindrical-coordinate representation of color #970034: hue angle of 339.34º 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 #970034 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.66 | 0.41 |
| HSL | 339.34º | 1% | 0.3% | - |
| HSV(B) | 339.34º | 1% | 0.59% | - |
| XYZ | 13.38 | 6.83 | 3.86 | - |
| YUV | 51.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 52 | 0 | 1 | 0.66 | 0.41 | 339.34 | 1 | 0.3 |
| Hex | 97 | 0 | 34 | 0 | 64 | 42 | 29 | 153 | 64 | 1E |
| Octal | 227 | 0 | 64 | 0 | 144 | 102 | 51 | 523 | 144 | 36 |
| Binary | 10010111 | 0 | 110100 | 0 | 1100100 | 1000010 | 101001 | 101010011 | 1100100 | 11110 |
Color Harmonies of #970034
Complementary color
Monochromatic Colors of #970034
Black with #970034
Text Example
Text Example
White with #970034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970034; }
p { color: rgb(151,0,52); }
H1.HeaderClassName
{
color: #970034;
}
.AnyTagClassName
{
color: #970034;
}
</style>
background-color css
<style>
a { background-color: #970034; }
a { background-color: rgb(151,0,52); }
div.DivClassName
{
background-color: #970034;
}
.BgClassName
{
background-color: #970034;
}
</style>
border-color css
<style>
span { border-color: #970034; }
span { border-color: rgb(151,0,52); }
td.TdClassName
{
border-color: #970034;
}
.TagClassName
{
border-color: #970034;
}
</style>