Shades of Burgundy #970136
Tints of Burgundy #970136
RGB
CMYK
RGB Variations
Color information
#970136 (or 0x970136) is known color: Burgundy. HEX triplet: 97, 01 and 36. RGB value is (151,1,54). Sum of RGB (Red+Green+Blue) = 151+1+54=206 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.30% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 151 - color contains mainly: red. Hex color #970136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970136 is #68FEC9. Grayscale: #333333. Windows color (decimal): -6880970 or 3539351. OLE color: 3539351.
HSL color Cylindrical-coordinate representation of color #970136: hue angle of 338.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970136 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 54 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.41 |
| HSL | 338.8º | 0.99% | 0.3% | - |
| HSV(B) | 338.8º | 0.99% | 0.59% | - |
| XYZ | 13.44 | 6.87 | 4.11 | - |
| YUV | 51.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 54 | 0 | 0.99 | 0.64 | 0.41 | 338.8 | 0.99 | 0.3 |
| Hex | 97 | 1 | 36 | 0 | 63 | 40 | 29 | 153 | 63 | 1E |
| Octal | 227 | 1 | 66 | 0 | 143 | 100 | 51 | 523 | 143 | 36 |
| Binary | 10010111 | 1 | 110110 | 0 | 1100011 | 1000000 | 101001 | 101010011 | 1100011 | 11110 |
Color Harmonies of #970136
Complementary color
Monochromatic Colors of #970136
Black with #970136
Text Example
Text Example
White with #970136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970136; }
p { color: rgb(151,1,54); }
H1.HeaderClassName
{
color: #970136;
}
.AnyTagClassName
{
color: #970136;
}
</style>
background-color css
<style>
a { background-color: #970136; }
a { background-color: rgb(151,1,54); }
div.DivClassName
{
background-color: #970136;
}
.BgClassName
{
background-color: #970136;
}
</style>
border-color css
<style>
span { border-color: #970136; }
span { border-color: rgb(151,1,54); }
td.TdClassName
{
border-color: #970136;
}
.TagClassName
{
border-color: #970136;
}
</style>