Shades of Burgundy #910E31
Tints of Burgundy #910E31
RGB
CMYK
RGB Variations
Color information
#910E31 (or 0x910E31) is known color: Burgundy. HEX triplet: 91, 0E and 31. RGB value is (145,14,49). Sum of RGB (Red+Green+Blue) = 145+14+49=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #910E31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E31 is #6EF1CE. Grayscale: #393939. Windows color (decimal): -7270863 or 3214993. OLE color: 3214993.
HSL color Cylindrical-coordinate representation of color #910E31: hue angle of 343.97º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E31 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 49 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.43 |
| HSL | 343.97º | 0.82% | 0.31% | - |
| HSV(B) | 343.97º | 0.9% | 0.57% | - |
| XYZ | 12.39 | 6.56 | 3.52 | - |
| YUV | 57.16 | 123.4 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 49 | 0 | 0.90 | 0.66 | 0.43 | 343.97 | 0.82 | 0.31 |
| Hex | 91 | E | 31 | 0 | 5A | 42 | 2B | 158 | 52 | 1F |
| Octal | 221 | 16 | 61 | 0 | 132 | 102 | 53 | 530 | 122 | 37 |
| Binary | 10010001 | 1110 | 110001 | 0 | 1011010 | 1000010 | 101011 | 101011000 | 1010010 | 11111 |
Color Harmonies of #910E31
Complementary color
Monochromatic Colors of #910E31
Black with #910E31
Text Example
Text Example
White with #910E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E31; }
p { color: rgb(145,14,49); }
H1.HeaderClassName
{
color: #910E31;
}
.AnyTagClassName
{
color: #910E31;
}
</style>
background-color css
<style>
a { background-color: #910E31; }
a { background-color: rgb(145,14,49); }
div.DivClassName
{
background-color: #910E31;
}
.BgClassName
{
background-color: #910E31;
}
</style>
border-color css
<style>
span { border-color: #910E31; }
span { border-color: rgb(145,14,49); }
td.TdClassName
{
border-color: #910E31;
}
.TagClassName
{
border-color: #910E31;
}
</style>