Shades of Burgundy #910031
Tints of Burgundy #910031
RGB
CMYK
RGB Variations
Color information
#910031 (or 0x910031) is known color: Burgundy. HEX triplet: 91, 00 and 31. RGB value is (145,0,49). Sum of RGB (Red+Green+Blue) = 145+0+49=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #910031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910031 is #6EFFCE. Grayscale: #303030. Windows color (decimal): -7274447 or 3211409. OLE color: 3211409.
HSL color Cylindrical-coordinate representation of color #910031: hue angle of 339.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910031 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.66 | 0.43 |
| HSL | 339.72º | 1% | 0.28% | - |
| HSV(B) | 339.72º | 1% | 0.57% | - |
| XYZ | 12.23 | 6.24 | 3.47 | - |
| YUV | 48.94 | 128.04 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 49 | 0 | 1 | 0.66 | 0.43 | 339.72 | 1 | 0.28 |
| Hex | 91 | 0 | 31 | 0 | 64 | 42 | 2B | 154 | 64 | 1C |
| Octal | 221 | 0 | 61 | 0 | 144 | 102 | 53 | 524 | 144 | 34 |
| Binary | 10010001 | 0 | 110001 | 0 | 1100100 | 1000010 | 101011 | 101010100 | 1100100 | 11100 |
Color Harmonies of #910031
Complementary color
Monochromatic Colors of #910031
Black with #910031
Text Example
Text Example
White with #910031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910031; }
p { color: rgb(145,0,49); }
H1.HeaderClassName
{
color: #910031;
}
.AnyTagClassName
{
color: #910031;
}
</style>
background-color css
<style>
a { background-color: #910031; }
a { background-color: rgb(145,0,49); }
div.DivClassName
{
background-color: #910031;
}
.BgClassName
{
background-color: #910031;
}
</style>
border-color css
<style>
span { border-color: #910031; }
span { border-color: rgb(145,0,49); }
td.TdClassName
{
border-color: #910031;
}
.TagClassName
{
border-color: #910031;
}
</style>