Shades of Burgundy #910E37
Tints of Burgundy #910E37
RGB
CMYK
RGB Variations
Color information
#910E37 (or 0x910E37) is known color: Burgundy. HEX triplet: 91, 0E and 37. RGB value is (145,14,55). Sum of RGB (Red+Green+Blue) = 145+14+55=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #910E37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E37 is #6EF1C8. Grayscale: #393939. Windows color (decimal): -7270857 or 3608209. OLE color: 3608209.
HSL color Cylindrical-coordinate representation of color #910E37: hue angle of 341.22º 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 #910E37 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 55 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.43 |
| HSL | 341.22º | 0.82% | 0.31% | - |
| HSV(B) | 341.22º | 0.9% | 0.57% | - |
| XYZ | 12.52 | 6.61 | 4.23 | - |
| YUV | 57.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 55 | 0 | 0.90 | 0.62 | 0.43 | 341.22 | 0.82 | 0.31 |
| Hex | 91 | E | 37 | 0 | 5A | 3E | 2B | 155 | 52 | 1F |
| Octal | 221 | 16 | 67 | 0 | 132 | 76 | 53 | 525 | 122 | 37 |
| Binary | 10010001 | 1110 | 110111 | 0 | 1011010 | 111110 | 101011 | 101010101 | 1010010 | 11111 |
Color Harmonies of #910E37
Complementary color
Monochromatic Colors of #910E37
Black with #910E37
Text Example
Text Example
White with #910E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E37; }
p { color: rgb(145,14,55); }
H1.HeaderClassName
{
color: #910E37;
}
.AnyTagClassName
{
color: #910E37;
}
</style>
background-color css
<style>
a { background-color: #910E37; }
a { background-color: rgb(145,14,55); }
div.DivClassName
{
background-color: #910E37;
}
.BgClassName
{
background-color: #910E37;
}
</style>
border-color css
<style>
span { border-color: #910E37; }
span { border-color: rgb(145,14,55); }
td.TdClassName
{
border-color: #910E37;
}
.TagClassName
{
border-color: #910E37;
}
</style>