Shades of Burgundy #970835
Tints of Burgundy #970835
RGB
CMYK
RGB Variations
Color information
#970835 (or 0x970835) is known color: Burgundy. HEX triplet: 97, 08 and 35. RGB value is (151,8,53). Sum of RGB (Red+Green+Blue) = 151+8+53=212 (28% of max value = 765). Red value is 151 (59.38% from 255 or 71.23% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 151 - color contains mainly: red. Hex color #970835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970835 is #68F7CA. Grayscale: #373737. Windows color (decimal): -6879179 or 3475607. OLE color: 3475607.
HSL color Cylindrical-coordinate representation of color #970835: hue angle of 341.12º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970835 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 8 | 53 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.41 |
| HSL | 341.12º | 0.9% | 0.31% | - |
| HSV(B) | 341.12º | 0.95% | 0.59% | - |
| XYZ | 13.49 | 7.01 | 4.01 | - |
| YUV | 55.89 | 126.38 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 8 | 53 | 0 | 0.95 | 0.65 | 0.41 | 341.12 | 0.9 | 0.31 |
| Hex | 97 | 8 | 35 | 0 | 5F | 41 | 29 | 155 | 5A | 1F |
| Octal | 227 | 10 | 65 | 0 | 137 | 101 | 51 | 525 | 132 | 37 |
| Binary | 10010111 | 1000 | 110101 | 0 | 1011111 | 1000001 | 101001 | 101010101 | 1011010 | 11111 |
Color Harmonies of #970835
Complementary color
Monochromatic Colors of #970835
Black with #970835
Text Example
Text Example
White with #970835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970835; }
p { color: rgb(151,8,53); }
H1.HeaderClassName
{
color: #970835;
}
.AnyTagClassName
{
color: #970835;
}
</style>
background-color css
<style>
a { background-color: #970835; }
a { background-color: rgb(151,8,53); }
div.DivClassName
{
background-color: #970835;
}
.BgClassName
{
background-color: #970835;
}
</style>
border-color css
<style>
span { border-color: #970835; }
span { border-color: rgb(151,8,53); }
td.TdClassName
{
border-color: #970835;
}
.TagClassName
{
border-color: #970835;
}
</style>