Shades of Burgundy #910D36
Tints of Burgundy #910D36
RGB
CMYK
RGB Variations
Color information
#910D36 (or 0x910D36) is known color: Burgundy. HEX triplet: 91, 0D and 36. RGB value is (145,13,54). Sum of RGB (Red+Green+Blue) = 145+13+54=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #910D36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D36 is #6EF2C9. Grayscale: #393939. Windows color (decimal): -7271114 or 3542417. OLE color: 3542417.
HSL color Cylindrical-coordinate representation of color #910D36: hue angle of 341.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 #910D36 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 54 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.43 |
| HSL | 341.36º | 0.84% | 0.31% | - |
| HSV(B) | 341.36º | 0.91% | 0.57% | - |
| XYZ | 12.49 | 6.57 | 4.1 | - |
| YUV | 57.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 54 | 0 | 0.91 | 0.63 | 0.43 | 341.36 | 0.84 | 0.31 |
| Hex | 91 | D | 36 | 0 | 5B | 3F | 2B | 155 | 54 | 1F |
| Octal | 221 | 15 | 66 | 0 | 133 | 77 | 53 | 525 | 124 | 37 |
| Binary | 10010001 | 1101 | 110110 | 0 | 1011011 | 111111 | 101011 | 101010101 | 1010100 | 11111 |
Color Harmonies of #910D36
Complementary color
Monochromatic Colors of #910D36
Black with #910D36
Text Example
Text Example
White with #910D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D36; }
p { color: rgb(145,13,54); }
H1.HeaderClassName
{
color: #910D36;
}
.AnyTagClassName
{
color: #910D36;
}
</style>
background-color css
<style>
a { background-color: #910D36; }
a { background-color: rgb(145,13,54); }
div.DivClassName
{
background-color: #910D36;
}
.BgClassName
{
background-color: #910D36;
}
</style>
border-color css
<style>
span { border-color: #910D36; }
span { border-color: rgb(145,13,54); }
td.TdClassName
{
border-color: #910D36;
}
.TagClassName
{
border-color: #910D36;
}
</style>