Shades of Burgundy #91043A
Tints of Burgundy #91043A
RGB
CMYK
RGB Variations
Color information
#91043A (or 0x91043A) is known color: Burgundy. HEX triplet: 91, 04 and 3A. RGB value is (145,4,58). Sum of RGB (Red+Green+Blue) = 145+4+58=207 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.05% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 145 - color contains mainly: red. Hex color #91043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91043A is #6EFBC5. Grayscale: #343434. Windows color (decimal): -7273414 or 3802257. OLE color: 3802257.
HSL color Cylindrical-coordinate representation of color #91043A: hue angle of 337.02º degrees, saturation: 0.95, 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 #91043A is Cyan = 0, Magento = 0.97, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 4 | 58 | - |
| CMYK | 0 | 0.97 | 0.6 | 0.43 |
| HSL | 337.02º | 0.95% | 0.29% | - |
| HSV(B) | 337.02º | 0.97% | 0.57% | - |
| XYZ | 12.48 | 6.41 | 4.58 | - |
| YUV | 52.32 | 131.21 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 4 | 58 | 0 | 0.97 | 0.6 | 0.43 | 337.02 | 0.95 | 0.29 |
| Hex | 91 | 4 | 3A | 0 | 61 | 3C | 2B | 151 | 5F | 1D |
| Octal | 221 | 4 | 72 | 0 | 141 | 74 | 53 | 521 | 137 | 35 |
| Binary | 10010001 | 100 | 111010 | 0 | 1100001 | 111100 | 101011 | 101010001 | 1011111 | 11101 |
Color Harmonies of #91043A
Complementary color
Monochromatic Colors of #91043A
Black with #91043A
Text Example
Text Example
White with #91043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91043A; }
p { color: rgb(145,4,58); }
H1.HeaderClassName
{
color: #91043A;
}
.AnyTagClassName
{
color: #91043A;
}
</style>
background-color css
<style>
a { background-color: #91043A; }
a { background-color: rgb(145,4,58); }
div.DivClassName
{
background-color: #91043A;
}
.BgClassName
{
background-color: #91043A;
}
</style>
border-color css
<style>
span { border-color: #91043A; }
span { border-color: rgb(145,4,58); }
td.TdClassName
{
border-color: #91043A;
}
.TagClassName
{
border-color: #91043A;
}
</style>