Shades of Burgundy #910B3E
Tints of Burgundy #910B3E
RGB
CMYK
RGB Variations
Color information
#910B3E (or 0x910B3E) is known color: Burgundy. HEX triplet: 91, 0B and 3E. RGB value is (145,11,62). Sum of RGB (Red+Green+Blue) = 145+11+62=218 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.51% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 145 - color contains mainly: red. Hex color #910B3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910B3E is #6EF4C1. Grayscale: #383838. Windows color (decimal): -7271618 or 4066193. OLE color: 4066193.
HSL color Cylindrical-coordinate representation of color #910B3E: hue angle of 337.16º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910B3E is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 11 | 62 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.43 |
| HSL | 337.16º | 0.86% | 0.31% | - |
| HSV(B) | 337.16º | 0.92% | 0.57% | - |
| XYZ | 12.67 | 6.61 | 5.17 | - |
| YUV | 56.88 | 130.89 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 62 | 0 | 0.92 | 0.57 | 0.43 | 337.16 | 0.86 | 0.31 |
| Hex | 91 | B | 3E | 0 | 5C | 39 | 2B | 151 | 56 | 1F |
| Octal | 221 | 13 | 76 | 0 | 134 | 71 | 53 | 521 | 126 | 37 |
| Binary | 10010001 | 1011 | 111110 | 0 | 1011100 | 111001 | 101011 | 101010001 | 1010110 | 11111 |
Color Harmonies of #910B3E
Complementary color
Monochromatic Colors of #910B3E
Black with #910B3E
Text Example
Text Example
White with #910B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910B3E; }
p { color: rgb(145,11,62); }
H1.HeaderClassName
{
color: #910B3E;
}
.AnyTagClassName
{
color: #910B3E;
}
</style>
background-color css
<style>
a { background-color: #910B3E; }
a { background-color: rgb(145,11,62); }
div.DivClassName
{
background-color: #910B3E;
}
.BgClassName
{
background-color: #910B3E;
}
</style>
border-color css
<style>
span { border-color: #910B3E; }
span { border-color: rgb(145,11,62); }
td.TdClassName
{
border-color: #910B3E;
}
.TagClassName
{
border-color: #910B3E;
}
</style>