Shades of Burgundy #91022C
Tints of Burgundy #91022C
RGB
CMYK
RGB Variations
Color information
#91022C (or 0x91022C) is known color: Burgundy. HEX triplet: 91, 02 and 2C. RGB value is (145,2,44). Sum of RGB (Red+Green+Blue) = 145+2+44=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #91022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91022C is #6EFDD3. Grayscale: #313131. Windows color (decimal): -7273940 or 2884241. OLE color: 2884241.
HSL color Cylindrical-coordinate representation of color #91022C: hue angle of 342.38º 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 #91022C is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.43 |
| HSL | 342.38º | 0.97% | 0.29% | - |
| HSV(B) | 342.38º | 0.99% | 0.57% | - |
| XYZ | 12.15 | 6.25 | 2.95 | - |
| YUV | 49.55 | 124.88 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 44 | 0 | 0.99 | 0.70 | 0.43 | 342.38 | 0.97 | 0.29 |
| Hex | 91 | 2 | 2C | 0 | 63 | 46 | 2B | 156 | 61 | 1D |
| Octal | 221 | 2 | 54 | 0 | 143 | 106 | 53 | 526 | 141 | 35 |
| Binary | 10010001 | 10 | 101100 | 0 | 1100011 | 1000110 | 101011 | 101010110 | 1100001 | 11101 |
Color Harmonies of #91022C
Complementary color
Monochromatic Colors of #91022C
Black with #91022C
Text Example
Text Example
White with #91022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91022C; }
p { color: rgb(145,2,44); }
H1.HeaderClassName
{
color: #91022C;
}
.AnyTagClassName
{
color: #91022C;
}
</style>
background-color css
<style>
a { background-color: #91022C; }
a { background-color: rgb(145,2,44); }
div.DivClassName
{
background-color: #91022C;
}
.BgClassName
{
background-color: #91022C;
}
</style>
border-color css
<style>
span { border-color: #91022C; }
span { border-color: rgb(145,2,44); }
td.TdClassName
{
border-color: #91022C;
}
.TagClassName
{
border-color: #91022C;
}
</style>