Shades of Burgundy #910A36
Tints of Burgundy #910A36
RGB
CMYK
RGB Variations
Color information
#910A36 (or 0x910A36) is known color: Burgundy. HEX triplet: 91, 0A and 36. RGB value is (145,10,54). Sum of RGB (Red+Green+Blue) = 145+10+54=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #910A36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A36 is #6EF5C9. Grayscale: #373737. Windows color (decimal): -7271882 or 3541649. OLE color: 3541649.
HSL color Cylindrical-coordinate representation of color #910A36: hue angle of 340.44º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A36 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 54 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.43 |
| HSL | 340.44º | 0.87% | 0.3% | - |
| HSV(B) | 340.44º | 0.93% | 0.57% | - |
| XYZ | 12.45 | 6.5 | 4.09 | - |
| YUV | 55.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 54 | 0 | 0.93 | 0.63 | 0.43 | 340.44 | 0.87 | 0.3 |
| Hex | 91 | A | 36 | 0 | 5D | 3F | 2B | 154 | 57 | 1E |
| Octal | 221 | 12 | 66 | 0 | 135 | 77 | 53 | 524 | 127 | 36 |
| Binary | 10010001 | 1010 | 110110 | 0 | 1011101 | 111111 | 101011 | 101010100 | 1010111 | 11110 |
Color Harmonies of #910A36
Complementary color
Monochromatic Colors of #910A36
Black with #910A36
Text Example
Text Example
White with #910A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A36; }
p { color: rgb(145,10,54); }
H1.HeaderClassName
{
color: #910A36;
}
.AnyTagClassName
{
color: #910A36;
}
</style>
background-color css
<style>
a { background-color: #910A36; }
a { background-color: rgb(145,10,54); }
div.DivClassName
{
background-color: #910A36;
}
.BgClassName
{
background-color: #910A36;
}
</style>
border-color css
<style>
span { border-color: #910A36; }
span { border-color: rgb(145,10,54); }
td.TdClassName
{
border-color: #910A36;
}
.TagClassName
{
border-color: #910A36;
}
</style>