Shades of Burgundy #910D3B
Tints of Burgundy #910D3B
RGB
CMYK
RGB Variations
Color information
#910D3B (or 0x910D3B) is known color: Burgundy. HEX triplet: 91, 0D and 3B. RGB value is (145,13,59). Sum of RGB (Red+Green+Blue) = 145+13+59=217 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.82% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 145 - color contains mainly: red. Hex color #910D3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D3B is #6EF2C4. Grayscale: #393939. Windows color (decimal): -7271109 or 3870097. OLE color: 3870097.
HSL color Cylindrical-coordinate representation of color #910D3B: hue angle of 339.09º 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 #910D3B is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 59 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.43 |
| HSL | 339.09º | 0.84% | 0.31% | - |
| HSV(B) | 339.09º | 0.91% | 0.57% | - |
| XYZ | 12.61 | 6.62 | 4.75 | - |
| YUV | 57.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 59 | 0 | 0.91 | 0.59 | 0.43 | 339.09 | 0.84 | 0.31 |
| Hex | 91 | D | 3B | 0 | 5B | 3B | 2B | 153 | 54 | 1F |
| Octal | 221 | 15 | 73 | 0 | 133 | 73 | 53 | 523 | 124 | 37 |
| Binary | 10010001 | 1101 | 111011 | 0 | 1011011 | 111011 | 101011 | 101010011 | 1010100 | 11111 |
Color Harmonies of #910D3B
Complementary color
Monochromatic Colors of #910D3B
Black with #910D3B
Text Example
Text Example
White with #910D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D3B; }
p { color: rgb(145,13,59); }
H1.HeaderClassName
{
color: #910D3B;
}
.AnyTagClassName
{
color: #910D3B;
}
</style>
background-color css
<style>
a { background-color: #910D3B; }
a { background-color: rgb(145,13,59); }
div.DivClassName
{
background-color: #910D3B;
}
.BgClassName
{
background-color: #910D3B;
}
</style>
border-color css
<style>
span { border-color: #910D3B; }
span { border-color: rgb(145,13,59); }
td.TdClassName
{
border-color: #910D3B;
}
.TagClassName
{
border-color: #910D3B;
}
</style>