Shades of Burgundy #910D2B
Tints of Burgundy #910D2B
RGB
CMYK
RGB Variations
Color information
#910D2B (or 0x910D2B) is known color: Burgundy. HEX triplet: 91, 0D and 2B. RGB value is (145,13,43). Sum of RGB (Red+Green+Blue) = 145+13+43=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #910D2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D2B is #6EF2D4. Grayscale: #373737. Windows color (decimal): -7271125 or 2821521. OLE color: 2821521.
HSL color Cylindrical-coordinate representation of color #910D2B: hue angle of 346.36º 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 #910D2B is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 43 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.43 |
| HSL | 346.36º | 0.84% | 0.31% | - |
| HSV(B) | 346.36º | 0.91% | 0.57% | - |
| XYZ | 12.26 | 6.48 | 2.89 | - |
| YUV | 55.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 43 | 0 | 0.91 | 0.70 | 0.43 | 346.36 | 0.84 | 0.31 |
| Hex | 91 | D | 2B | 0 | 5B | 46 | 2B | 15A | 54 | 1F |
| Octal | 221 | 15 | 53 | 0 | 133 | 106 | 53 | 532 | 124 | 37 |
| Binary | 10010001 | 1101 | 101011 | 0 | 1011011 | 1000110 | 101011 | 101011010 | 1010100 | 11111 |
Color Harmonies of #910D2B
Complementary color
Monochromatic Colors of #910D2B
Black with #910D2B
Text Example
Text Example
White with #910D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D2B; }
p { color: rgb(145,13,43); }
H1.HeaderClassName
{
color: #910D2B;
}
.AnyTagClassName
{
color: #910D2B;
}
</style>
background-color css
<style>
a { background-color: #910D2B; }
a { background-color: rgb(145,13,43); }
div.DivClassName
{
background-color: #910D2B;
}
.BgClassName
{
background-color: #910D2B;
}
</style>
border-color css
<style>
span { border-color: #910D2B; }
span { border-color: rgb(145,13,43); }
td.TdClassName
{
border-color: #910D2B;
}
.TagClassName
{
border-color: #910D2B;
}
</style>