Shades of Burgundy #910D2D
Tints of Burgundy #910D2D
RGB
CMYK
RGB Variations
Color information
#910D2D (or 0x910D2D) is known color: Burgundy. HEX triplet: 91, 0D and 2D. RGB value is (145,13,45). Sum of RGB (Red+Green+Blue) = 145+13+45=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #910D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D2D is #6EF2D2. Grayscale: #383838. Windows color (decimal): -7271123 or 2952593. OLE color: 2952593.
HSL color Cylindrical-coordinate representation of color #910D2D: hue angle of 345.45º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D2D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 45 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.43 |
| HSL | 345.45º | 0.84% | 0.31% | - |
| HSV(B) | 345.45º | 0.91% | 0.57% | - |
| XYZ | 12.29 | 6.5 | 3.09 | - |
| YUV | 56.12 | 121.73 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 45 | 0 | 0.91 | 0.69 | 0.43 | 345.45 | 0.84 | 0.31 |
| Hex | 91 | D | 2D | 0 | 5B | 45 | 2B | 159 | 54 | 1F |
| Octal | 221 | 15 | 55 | 0 | 133 | 105 | 53 | 531 | 124 | 37 |
| Binary | 10010001 | 1101 | 101101 | 0 | 1011011 | 1000101 | 101011 | 101011001 | 1010100 | 11111 |
Color Harmonies of #910D2D
Complementary color
Monochromatic Colors of #910D2D
Black with #910D2D
Text Example
Text Example
White with #910D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D2D; }
p { color: rgb(145,13,45); }
H1.HeaderClassName
{
color: #910D2D;
}
.AnyTagClassName
{
color: #910D2D;
}
</style>
background-color css
<style>
a { background-color: #910D2D; }
a { background-color: rgb(145,13,45); }
div.DivClassName
{
background-color: #910D2D;
}
.BgClassName
{
background-color: #910D2D;
}
</style>
border-color css
<style>
span { border-color: #910D2D; }
span { border-color: rgb(145,13,45); }
td.TdClassName
{
border-color: #910D2D;
}
.TagClassName
{
border-color: #910D2D;
}
</style>