Shades of Burgundy #91093B
Tints of Burgundy #91093B
RGB
CMYK
RGB Variations
Color information
#91093B (or 0x91093B) is known color: Burgundy. HEX triplet: 91, 09 and 3B. RGB value is (145,9,59). Sum of RGB (Red+Green+Blue) = 145+9+59=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #91093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91093B is #6EF6C4. Grayscale: #373737. Windows color (decimal): -7272133 or 3869073. OLE color: 3869073.
HSL color Cylindrical-coordinate representation of color #91093B: hue angle of 337.94º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91093B is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 59 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.43 |
| HSL | 337.94º | 0.88% | 0.3% | - |
| HSV(B) | 337.94º | 0.94% | 0.57% | - |
| XYZ | 12.56 | 6.53 | 4.74 | - |
| YUV | 55.36 | 130.06 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 59 | 0 | 0.94 | 0.59 | 0.43 | 337.94 | 0.88 | 0.3 |
| Hex | 91 | 9 | 3B | 0 | 5E | 3B | 2B | 152 | 58 | 1E |
| Octal | 221 | 11 | 73 | 0 | 136 | 73 | 53 | 522 | 130 | 36 |
| Binary | 10010001 | 1001 | 111011 | 0 | 1011110 | 111011 | 101011 | 101010010 | 1011000 | 11110 |
Color Harmonies of #91093B
Complementary color
Monochromatic Colors of #91093B
Black with #91093B
Text Example
Text Example
White with #91093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91093B; }
p { color: rgb(145,9,59); }
H1.HeaderClassName
{
color: #91093B;
}
.AnyTagClassName
{
color: #91093B;
}
</style>
background-color css
<style>
a { background-color: #91093B; }
a { background-color: rgb(145,9,59); }
div.DivClassName
{
background-color: #91093B;
}
.BgClassName
{
background-color: #91093B;
}
</style>
border-color css
<style>
span { border-color: #91093B; }
span { border-color: rgb(145,9,59); }
td.TdClassName
{
border-color: #91093B;
}
.TagClassName
{
border-color: #91093B;
}
</style>