Shades of Burgundy #91053F
Tints of Burgundy #91053F
RGB
CMYK
RGB Variations
Color information
#91053F (or 0x91053F) is known color: Burgundy. HEX triplet: 91, 05 and 3F. RGB value is (145,5,63). Sum of RGB (Red+Green+Blue) = 145+5+63=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #91053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91053F is #6EFAC0. Grayscale: #353535. Windows color (decimal): -7273153 or 4130193. OLE color: 4130193.
HSL color Cylindrical-coordinate representation of color #91053F: hue angle of 335.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91053F is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 63 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.43 |
| HSL | 335.14º | 0.93% | 0.29% | - |
| HSV(B) | 335.14º | 0.97% | 0.57% | - |
| XYZ | 12.63 | 6.49 | 5.29 | - |
| YUV | 53.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 63 | 0 | 0.97 | 0.57 | 0.43 | 335.14 | 0.93 | 0.29 |
| Hex | 91 | 5 | 3F | 0 | 61 | 39 | 2B | 14F | 5D | 1D |
| Octal | 221 | 5 | 77 | 0 | 141 | 71 | 53 | 517 | 135 | 35 |
| Binary | 10010001 | 101 | 111111 | 0 | 1100001 | 111001 | 101011 | 101001111 | 1011101 | 11101 |
Color Harmonies of #91053F
Complementary color
Monochromatic Colors of #91053F
Black with #91053F
Text Example
Text Example
White with #91053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91053F; }
p { color: rgb(145,5,63); }
H1.HeaderClassName
{
color: #91053F;
}
.AnyTagClassName
{
color: #91053F;
}
</style>
background-color css
<style>
a { background-color: #91053F; }
a { background-color: rgb(145,5,63); }
div.DivClassName
{
background-color: #91053F;
}
.BgClassName
{
background-color: #91053F;
}
</style>
border-color css
<style>
span { border-color: #91053F; }
span { border-color: rgb(145,5,63); }
td.TdClassName
{
border-color: #91053F;
}
.TagClassName
{
border-color: #91053F;
}
</style>