Shades of Burgundy #91022A
Tints of Burgundy #91022A
RGB
CMYK
RGB Variations
Color information
#91022A (or 0x91022A) is known color: Burgundy. HEX triplet: 91, 02 and 2A. RGB value is (145,2,42). Sum of RGB (Red+Green+Blue) = 145+2+42=189 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.72% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 145 - color contains mainly: red. Hex color #91022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91022A is #6EFDD5. Grayscale: #313131. Windows color (decimal): -7273942 or 2753169. OLE color: 2753169.
HSL color Cylindrical-coordinate representation of color #91022A: hue angle of 343.22º 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 #91022A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.43 |
| HSL | 343.22º | 0.97% | 0.29% | - |
| HSV(B) | 343.22º | 0.99% | 0.57% | - |
| XYZ | 12.12 | 6.23 | 2.75 | - |
| YUV | 49.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 42 | 0 | 0.99 | 0.71 | 0.43 | 343.22 | 0.97 | 0.29 |
| Hex | 91 | 2 | 2A | 0 | 63 | 47 | 2B | 157 | 61 | 1D |
| Octal | 221 | 2 | 52 | 0 | 143 | 107 | 53 | 527 | 141 | 35 |
| Binary | 10010001 | 10 | 101010 | 0 | 1100011 | 1000111 | 101011 | 101010111 | 1100001 | 11101 |
Color Harmonies of #91022A
Complementary color
Monochromatic Colors of #91022A
Black with #91022A
Text Example
Text Example
White with #91022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91022A; }
p { color: rgb(145,2,42); }
H1.HeaderClassName
{
color: #91022A;
}
.AnyTagClassName
{
color: #91022A;
}
</style>
background-color css
<style>
a { background-color: #91022A; }
a { background-color: rgb(145,2,42); }
div.DivClassName
{
background-color: #91022A;
}
.BgClassName
{
background-color: #91022A;
}
</style>
border-color css
<style>
span { border-color: #91022A; }
span { border-color: rgb(145,2,42); }
td.TdClassName
{
border-color: #91022A;
}
.TagClassName
{
border-color: #91022A;
}
</style>