Shades of Burgundy #910F2D
Tints of Burgundy #910F2D
RGB
CMYK
RGB Variations
Color information
#910F2D (or 0x910F2D) is known color: Burgundy. HEX triplet: 91, 0F and 2D. RGB value is (145,15,45). Sum of RGB (Red+Green+Blue) = 145+15+45=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #910F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910F2D is #6EF0D2. Grayscale: #393939. Windows color (decimal): -7270611 or 2953105. OLE color: 2953105.
HSL color Cylindrical-coordinate representation of color #910F2D: hue angle of 346.15º degrees, saturation: 0.81, 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 #910F2D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 45 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.43 |
| HSL | 346.15º | 0.81% | 0.31% | - |
| HSV(B) | 346.15º | 0.9% | 0.57% | - |
| XYZ | 12.32 | 6.55 | 3.1 | - |
| YUV | 57.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 45 | 0 | 0.90 | 0.69 | 0.43 | 346.15 | 0.81 | 0.31 |
| Hex | 91 | F | 2D | 0 | 5A | 45 | 2B | 15A | 51 | 1F |
| Octal | 221 | 17 | 55 | 0 | 132 | 105 | 53 | 532 | 121 | 37 |
| Binary | 10010001 | 1111 | 101101 | 0 | 1011010 | 1000101 | 101011 | 101011010 | 1010001 | 11111 |
Color Harmonies of #910F2D
Complementary color
Monochromatic Colors of #910F2D
Black with #910F2D
Text Example
Text Example
White with #910F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F2D; }
p { color: rgb(145,15,45); }
H1.HeaderClassName
{
color: #910F2D;
}
.AnyTagClassName
{
color: #910F2D;
}
</style>
background-color css
<style>
a { background-color: #910F2D; }
a { background-color: rgb(145,15,45); }
div.DivClassName
{
background-color: #910F2D;
}
.BgClassName
{
background-color: #910F2D;
}
</style>
border-color css
<style>
span { border-color: #910F2D; }
span { border-color: rgb(145,15,45); }
td.TdClassName
{
border-color: #910F2D;
}
.TagClassName
{
border-color: #910F2D;
}
</style>