Shades of Burgundy #910E2C
Tints of Burgundy #910E2C
RGB
CMYK
RGB Variations
Color information
#910E2C (or 0x910E2C) is known color: Burgundy. HEX triplet: 91, 0E and 2C. RGB value is (145,14,44). Sum of RGB (Red+Green+Blue) = 145+14+44=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #910E2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E2C is #6EF1D3. Grayscale: #383838. Windows color (decimal): -7270868 or 2887313. OLE color: 2887313.
HSL color Cylindrical-coordinate representation of color #910E2C: hue angle of 346.26º 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 #910E2C is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 44 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.43 |
| HSL | 346.26º | 0.82% | 0.31% | - |
| HSV(B) | 346.26º | 0.9% | 0.57% | - |
| XYZ | 12.29 | 6.52 | 2.99 | - |
| YUV | 56.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 44 | 0 | 0.90 | 0.70 | 0.43 | 346.26 | 0.82 | 0.31 |
| Hex | 91 | E | 2C | 0 | 5A | 46 | 2B | 15A | 52 | 1F |
| Octal | 221 | 16 | 54 | 0 | 132 | 106 | 53 | 532 | 122 | 37 |
| Binary | 10010001 | 1110 | 101100 | 0 | 1011010 | 1000110 | 101011 | 101011010 | 1010010 | 11111 |
Color Harmonies of #910E2C
Complementary color
Monochromatic Colors of #910E2C
Black with #910E2C
Text Example
Text Example
White with #910E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E2C; }
p { color: rgb(145,14,44); }
H1.HeaderClassName
{
color: #910E2C;
}
.AnyTagClassName
{
color: #910E2C;
}
</style>
background-color css
<style>
a { background-color: #910E2C; }
a { background-color: rgb(145,14,44); }
div.DivClassName
{
background-color: #910E2C;
}
.BgClassName
{
background-color: #910E2C;
}
</style>
border-color css
<style>
span { border-color: #910E2C; }
span { border-color: rgb(145,14,44); }
td.TdClassName
{
border-color: #910E2C;
}
.TagClassName
{
border-color: #910E2C;
}
</style>