Shades of Burgundy #91023A
Tints of Burgundy #91023A
RGB
CMYK
RGB Variations
Color information
#91023A (or 0x91023A) is known color: Burgundy. HEX triplet: 91, 02 and 3A. RGB value is (145,2,58). Sum of RGB (Red+Green+Blue) = 145+2+58=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #91023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91023A is #6EFDC5. Grayscale: #333333. Windows color (decimal): -7273926 or 3801745. OLE color: 3801745.
HSL color Cylindrical-coordinate representation of color #91023A: hue angle of 336.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91023A is Cyan = 0, Magento = 0.99, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.6 | 0.43 |
| HSL | 336.5º | 0.97% | 0.29% | - |
| HSV(B) | 336.5º | 0.99% | 0.57% | - |
| XYZ | 12.46 | 6.37 | 4.58 | - |
| YUV | 51.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 58 | 0 | 0.99 | 0.6 | 0.43 | 336.5 | 0.97 | 0.29 |
| Hex | 91 | 2 | 3A | 0 | 63 | 3C | 2B | 151 | 61 | 1D |
| Octal | 221 | 2 | 72 | 0 | 143 | 74 | 53 | 521 | 141 | 35 |
| Binary | 10010001 | 10 | 111010 | 0 | 1100011 | 111100 | 101011 | 101010001 | 1100001 | 11101 |
Color Harmonies of #91023A
Complementary color
Monochromatic Colors of #91023A
Black with #91023A
Text Example
Text Example
White with #91023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91023A; }
p { color: rgb(145,2,58); }
H1.HeaderClassName
{
color: #91023A;
}
.AnyTagClassName
{
color: #91023A;
}
</style>
background-color css
<style>
a { background-color: #91023A; }
a { background-color: rgb(145,2,58); }
div.DivClassName
{
background-color: #91023A;
}
.BgClassName
{
background-color: #91023A;
}
</style>
border-color css
<style>
span { border-color: #91023A; }
span { border-color: rgb(145,2,58); }
td.TdClassName
{
border-color: #91023A;
}
.TagClassName
{
border-color: #91023A;
}
</style>