Shades of Burgundy #91012A
Tints of Burgundy #91012A
RGB
CMYK
RGB Variations
Color information
#91012A (or 0x91012A) is known color: Burgundy. HEX triplet: 91, 01 and 2A. RGB value is (145,1,42). Sum of RGB (Red+Green+Blue) = 145+1+42=188 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.13% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 145 - color contains mainly: red. Hex color #91012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91012A is #6EFED5. Grayscale: #303030. Windows color (decimal): -7274198 or 2752913. OLE color: 2752913.
HSL color Cylindrical-coordinate representation of color #91012A: hue angle of 342.92º degrees, saturation: 0.99, 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 #91012A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.43 |
| HSL | 342.92º | 0.99% | 0.29% | - |
| HSV(B) | 342.92º | 0.99% | 0.57% | - |
| XYZ | 12.11 | 6.21 | 2.75 | - |
| YUV | 48.73 | 124.21 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 42 | 0 | 0.99 | 0.71 | 0.43 | 342.92 | 0.99 | 0.29 |
| Hex | 91 | 1 | 2A | 0 | 63 | 47 | 2B | 157 | 63 | 1D |
| Octal | 221 | 1 | 52 | 0 | 143 | 107 | 53 | 527 | 143 | 35 |
| Binary | 10010001 | 1 | 101010 | 0 | 1100011 | 1000111 | 101011 | 101010111 | 1100011 | 11101 |
Color Harmonies of #91012A
Complementary color
Monochromatic Colors of #91012A
Black with #91012A
Text Example
Text Example
White with #91012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91012A; }
p { color: rgb(145,1,42); }
H1.HeaderClassName
{
color: #91012A;
}
.AnyTagClassName
{
color: #91012A;
}
</style>
background-color css
<style>
a { background-color: #91012A; }
a { background-color: rgb(145,1,42); }
div.DivClassName
{
background-color: #91012A;
}
.BgClassName
{
background-color: #91012A;
}
</style>
border-color css
<style>
span { border-color: #91012A; }
span { border-color: rgb(145,1,42); }
td.TdClassName
{
border-color: #91012A;
}
.TagClassName
{
border-color: #91012A;
}
</style>