Shades of Burgundy #910D37
Tints of Burgundy #910D37
RGB
CMYK
RGB Variations
Color information
#910D37 (or 0x910D37) is known color: Burgundy. HEX triplet: 91, 0D and 37. RGB value is (145,13,55). Sum of RGB (Red+Green+Blue) = 145+13+55=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #910D37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D37 is #6EF2C8. Grayscale: #393939. Windows color (decimal): -7271113 or 3607953. OLE color: 3607953.
HSL color Cylindrical-coordinate representation of color #910D37: hue angle of 340.91º 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 #910D37 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 55 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.43 |
| HSL | 340.91º | 0.84% | 0.31% | - |
| HSV(B) | 340.91º | 0.91% | 0.57% | - |
| XYZ | 12.51 | 6.58 | 4.23 | - |
| YUV | 57.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 55 | 0 | 0.91 | 0.62 | 0.43 | 340.91 | 0.84 | 0.31 |
| Hex | 91 | D | 37 | 0 | 5B | 3E | 2B | 155 | 54 | 1F |
| Octal | 221 | 15 | 67 | 0 | 133 | 76 | 53 | 525 | 124 | 37 |
| Binary | 10010001 | 1101 | 110111 | 0 | 1011011 | 111110 | 101011 | 101010101 | 1010100 | 11111 |
Color Harmonies of #910D37
Complementary color
Monochromatic Colors of #910D37
Black with #910D37
Text Example
Text Example
White with #910D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D37; }
p { color: rgb(145,13,55); }
H1.HeaderClassName
{
color: #910D37;
}
.AnyTagClassName
{
color: #910D37;
}
</style>
background-color css
<style>
a { background-color: #910D37; }
a { background-color: rgb(145,13,55); }
div.DivClassName
{
background-color: #910D37;
}
.BgClassName
{
background-color: #910D37;
}
</style>
border-color css
<style>
span { border-color: #910D37; }
span { border-color: rgb(145,13,55); }
td.TdClassName
{
border-color: #910D37;
}
.TagClassName
{
border-color: #910D37;
}
</style>