Shades of Burgundy #91032E
Tints of Burgundy #91032E
RGB
CMYK
RGB Variations
Color information
#91032E (or 0x91032E) is known color: Burgundy. HEX triplet: 91, 03 and 2E. RGB value is (145,3,46). Sum of RGB (Red+Green+Blue) = 145+3+46=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #91032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91032E is #6EFCD1. Grayscale: #323232. Windows color (decimal): -7273682 or 3015569. OLE color: 3015569.
HSL color Cylindrical-coordinate representation of color #91032E: hue angle of 341.83º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #91032E is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.43 |
| HSL | 341.83º | 0.96% | 0.29% | - |
| HSV(B) | 341.83º | 0.98% | 0.57% | - |
| XYZ | 12.2 | 6.28 | 3.15 | - |
| YUV | 50.36 | 125.54 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 46 | 0 | 0.98 | 0.68 | 0.43 | 341.83 | 0.96 | 0.29 |
| Hex | 91 | 3 | 2E | 0 | 62 | 44 | 2B | 156 | 60 | 1D |
| Octal | 221 | 3 | 56 | 0 | 142 | 104 | 53 | 526 | 140 | 35 |
| Binary | 10010001 | 11 | 101110 | 0 | 1100010 | 1000100 | 101011 | 101010110 | 1100000 | 11101 |
Color Harmonies of #91032E
Complementary color
Monochromatic Colors of #91032E
Black with #91032E
Text Example
Text Example
White with #91032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91032E; }
p { color: rgb(145,3,46); }
H1.HeaderClassName
{
color: #91032E;
}
.AnyTagClassName
{
color: #91032E;
}
</style>
background-color css
<style>
a { background-color: #91032E; }
a { background-color: rgb(145,3,46); }
div.DivClassName
{
background-color: #91032E;
}
.BgClassName
{
background-color: #91032E;
}
</style>
border-color css
<style>
span { border-color: #91032E; }
span { border-color: rgb(145,3,46); }
td.TdClassName
{
border-color: #91032E;
}
.TagClassName
{
border-color: #91032E;
}
</style>