Shades of Burgundy #910A2C
Tints of Burgundy #910A2C
RGB
CMYK
RGB Variations
Color information
#910A2C (or 0x910A2C) is known color: Burgundy. HEX triplet: 91, 0A and 2C. RGB value is (145,10,44). Sum of RGB (Red+Green+Blue) = 145+10+44=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #910A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A2C is #6EF5D3. Grayscale: #363636. Windows color (decimal): -7271892 or 2886289. OLE color: 2886289.
HSL color Cylindrical-coordinate representation of color #910A2C: hue angle of 344.89º 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 #910A2C is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 44 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.43 |
| HSL | 344.89º | 0.87% | 0.3% | - |
| HSV(B) | 344.89º | 0.93% | 0.57% | - |
| XYZ | 12.24 | 6.42 | 2.98 | - |
| YUV | 54.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 44 | 0 | 0.93 | 0.70 | 0.43 | 344.89 | 0.87 | 0.3 |
| Hex | 91 | A | 2C | 0 | 5D | 46 | 2B | 159 | 57 | 1E |
| Octal | 221 | 12 | 54 | 0 | 135 | 106 | 53 | 531 | 127 | 36 |
| Binary | 10010001 | 1010 | 101100 | 0 | 1011101 | 1000110 | 101011 | 101011001 | 1010111 | 11110 |
Color Harmonies of #910A2C
Complementary color
Monochromatic Colors of #910A2C
Black with #910A2C
Text Example
Text Example
White with #910A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A2C; }
p { color: rgb(145,10,44); }
H1.HeaderClassName
{
color: #910A2C;
}
.AnyTagClassName
{
color: #910A2C;
}
</style>
background-color css
<style>
a { background-color: #910A2C; }
a { background-color: rgb(145,10,44); }
div.DivClassName
{
background-color: #910A2C;
}
.BgClassName
{
background-color: #910A2C;
}
</style>
border-color css
<style>
span { border-color: #910A2C; }
span { border-color: rgb(145,10,44); }
td.TdClassName
{
border-color: #910A2C;
}
.TagClassName
{
border-color: #910A2C;
}
</style>