Shades of Burgundy #910E2E
Tints of Burgundy #910E2E
RGB
CMYK
RGB Variations
Color information
#910E2E (or 0x910E2E) is known color: Burgundy. HEX triplet: 91, 0E and 2E. RGB value is (145,14,46). Sum of RGB (Red+Green+Blue) = 145+14+46=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #910E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E2E is #6EF1D1. Grayscale: #383838. Windows color (decimal): -7270866 or 3018385. OLE color: 3018385.
HSL color Cylindrical-coordinate representation of color #910E2E: hue angle of 345.34º 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 #910E2E is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 46 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.43 |
| HSL | 345.34º | 0.82% | 0.31% | - |
| HSV(B) | 345.34º | 0.9% | 0.57% | - |
| XYZ | 12.33 | 6.53 | 3.2 | - |
| YUV | 56.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 46 | 0 | 0.90 | 0.68 | 0.43 | 345.34 | 0.82 | 0.31 |
| Hex | 91 | E | 2E | 0 | 5A | 44 | 2B | 159 | 52 | 1F |
| Octal | 221 | 16 | 56 | 0 | 132 | 104 | 53 | 531 | 122 | 37 |
| Binary | 10010001 | 1110 | 101110 | 0 | 1011010 | 1000100 | 101011 | 101011001 | 1010010 | 11111 |
Color Harmonies of #910E2E
Complementary color
Monochromatic Colors of #910E2E
Black with #910E2E
Text Example
Text Example
White with #910E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E2E; }
p { color: rgb(145,14,46); }
H1.HeaderClassName
{
color: #910E2E;
}
.AnyTagClassName
{
color: #910E2E;
}
</style>
background-color css
<style>
a { background-color: #910E2E; }
a { background-color: rgb(145,14,46); }
div.DivClassName
{
background-color: #910E2E;
}
.BgClassName
{
background-color: #910E2E;
}
</style>
border-color css
<style>
span { border-color: #910E2E; }
span { border-color: rgb(145,14,46); }
td.TdClassName
{
border-color: #910E2E;
}
.TagClassName
{
border-color: #910E2E;
}
</style>