Shades of Burgundy #910835
Tints of Burgundy #910835
RGB
CMYK
RGB Variations
Color information
#910835 (or 0x910835) is known color: Burgundy. HEX triplet: 91, 08 and 35. RGB value is (145,8,53). Sum of RGB (Red+Green+Blue) = 145+8+53=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #910835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910835 is #6EF7CA. Grayscale: #363636. Windows color (decimal): -7272395 or 3475601. OLE color: 3475601.
HSL color Cylindrical-coordinate representation of color #910835: hue angle of 340.29º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910835 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 53 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.43 |
| HSL | 340.29º | 0.9% | 0.3% | - |
| HSV(B) | 340.29º | 0.94% | 0.57% | - |
| XYZ | 12.41 | 6.45 | 3.96 | - |
| YUV | 54.09 | 127.39 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 53 | 0 | 0.94 | 0.63 | 0.43 | 340.29 | 0.9 | 0.3 |
| Hex | 91 | 8 | 35 | 0 | 5E | 3F | 2B | 154 | 5A | 1E |
| Octal | 221 | 10 | 65 | 0 | 136 | 77 | 53 | 524 | 132 | 36 |
| Binary | 10010001 | 1000 | 110101 | 0 | 1011110 | 111111 | 101011 | 101010100 | 1011010 | 11110 |
Color Harmonies of #910835
Complementary color
Monochromatic Colors of #910835
Black with #910835
Text Example
Text Example
White with #910835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910835; }
p { color: rgb(145,8,53); }
H1.HeaderClassName
{
color: #910835;
}
.AnyTagClassName
{
color: #910835;
}
</style>
background-color css
<style>
a { background-color: #910835; }
a { background-color: rgb(145,8,53); }
div.DivClassName
{
background-color: #910835;
}
.BgClassName
{
background-color: #910835;
}
</style>
border-color css
<style>
span { border-color: #910835; }
span { border-color: rgb(145,8,53); }
td.TdClassName
{
border-color: #910835;
}
.TagClassName
{
border-color: #910835;
}
</style>