Shades of Burgundy #91053C
Tints of Burgundy #91053C
RGB
CMYK
RGB Variations
Color information
#91053C (or 0x91053C) is known color: Burgundy. HEX triplet: 91, 05 and 3C. RGB value is (145,5,60). Sum of RGB (Red+Green+Blue) = 145+5+60=210 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.05% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 145 - color contains mainly: red. Hex color #91053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91053C is #6EFAC3. Grayscale: #353535. Windows color (decimal): -7273156 or 3933585. OLE color: 3933585.
HSL color Cylindrical-coordinate representation of color #91053C: hue angle of 336.43º 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 #91053C is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 60 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.43 |
| HSL | 336.43º | 0.93% | 0.29% | - |
| HSV(B) | 336.43º | 0.97% | 0.57% | - |
| XYZ | 12.55 | 6.45 | 4.86 | - |
| YUV | 53.13 | 131.88 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 60 | 0 | 0.97 | 0.59 | 0.43 | 336.43 | 0.93 | 0.29 |
| Hex | 91 | 5 | 3C | 0 | 61 | 3B | 2B | 150 | 5D | 1D |
| Octal | 221 | 5 | 74 | 0 | 141 | 73 | 53 | 520 | 135 | 35 |
| Binary | 10010001 | 101 | 111100 | 0 | 1100001 | 111011 | 101011 | 101010000 | 1011101 | 11101 |
Color Harmonies of #91053C
Complementary color
Monochromatic Colors of #91053C
Black with #91053C
Text Example
Text Example
White with #91053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91053C; }
p { color: rgb(145,5,60); }
H1.HeaderClassName
{
color: #91053C;
}
.AnyTagClassName
{
color: #91053C;
}
</style>
background-color css
<style>
a { background-color: #91053C; }
a { background-color: rgb(145,5,60); }
div.DivClassName
{
background-color: #91053C;
}
.BgClassName
{
background-color: #91053C;
}
</style>
border-color css
<style>
span { border-color: #91053C; }
span { border-color: rgb(145,5,60); }
td.TdClassName
{
border-color: #91053C;
}
.TagClassName
{
border-color: #91053C;
}
</style>