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