Shades of Burgundy #91043B
Tints of Burgundy #91043B
RGB
CMYK
RGB Variations
Color information
#91043B (or 0x91043B) is known color: Burgundy. HEX triplet: 91, 04 and 3B. RGB value is (145,4,59). Sum of RGB (Red+Green+Blue) = 145+4+59=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #91043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91043B is #6EFBC4. Grayscale: #343434. Windows color (decimal): -7273413 or 3867793. OLE color: 3867793.
HSL color Cylindrical-coordinate representation of color #91043B: hue angle of 336.6º 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 #91043B is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 4 | 59 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.43 |
| HSL | 336.6º | 0.95% | 0.29% | - |
| HSV(B) | 336.6º | 0.97% | 0.57% | - |
| XYZ | 12.51 | 6.42 | 4.72 | - |
| YUV | 52.43 | 131.71 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 4 | 59 | 0 | 0.97 | 0.59 | 0.43 | 336.6 | 0.95 | 0.29 |
| Hex | 91 | 4 | 3B | 0 | 61 | 3B | 2B | 151 | 5F | 1D |
| Octal | 221 | 4 | 73 | 0 | 141 | 73 | 53 | 521 | 137 | 35 |
| Binary | 10010001 | 100 | 111011 | 0 | 1100001 | 111011 | 101011 | 101010001 | 1011111 | 11101 |
Color Harmonies of #91043B
Complementary color
Monochromatic Colors of #91043B
Black with #91043B
Text Example
Text Example
White with #91043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91043B; }
p { color: rgb(145,4,59); }
H1.HeaderClassName
{
color: #91043B;
}
.AnyTagClassName
{
color: #91043B;
}
</style>
background-color css
<style>
a { background-color: #91043B; }
a { background-color: rgb(145,4,59); }
div.DivClassName
{
background-color: #91043B;
}
.BgClassName
{
background-color: #91043B;
}
</style>
border-color css
<style>
span { border-color: #91043B; }
span { border-color: rgb(145,4,59); }
td.TdClassName
{
border-color: #91043B;
}
.TagClassName
{
border-color: #91043B;
}
</style>