Shades of Burgundy #91012C
Tints of Burgundy #91012C
RGB
CMYK
RGB Variations
Color information
#91012C (or 0x91012C) is known color: Burgundy. HEX triplet: 91, 01 and 2C. RGB value is (145,1,44). Sum of RGB (Red+Green+Blue) = 145+1+44=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #91012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91012C is #6EFED3. Grayscale: #303030. Windows color (decimal): -7274196 or 2883985. OLE color: 2883985.
HSL color Cylindrical-coordinate representation of color #91012C: hue angle of 342.08º 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 #91012C is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.43 |
| HSL | 342.08º | 0.99% | 0.29% | - |
| HSV(B) | 342.08º | 0.99% | 0.57% | - |
| XYZ | 12.14 | 6.22 | 2.94 | - |
| YUV | 48.96 | 125.21 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 44 | 0 | 0.99 | 0.70 | 0.43 | 342.08 | 0.99 | 0.29 |
| Hex | 91 | 1 | 2C | 0 | 63 | 46 | 2B | 156 | 63 | 1D |
| Octal | 221 | 1 | 54 | 0 | 143 | 106 | 53 | 526 | 143 | 35 |
| Binary | 10010001 | 1 | 101100 | 0 | 1100011 | 1000110 | 101011 | 101010110 | 1100011 | 11101 |
Color Harmonies of #91012C
Complementary color
Monochromatic Colors of #91012C
Black with #91012C
Text Example
Text Example
White with #91012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91012C; }
p { color: rgb(145,1,44); }
H1.HeaderClassName
{
color: #91012C;
}
.AnyTagClassName
{
color: #91012C;
}
</style>
background-color css
<style>
a { background-color: #91012C; }
a { background-color: rgb(145,1,44); }
div.DivClassName
{
background-color: #91012C;
}
.BgClassName
{
background-color: #91012C;
}
</style>
border-color css
<style>
span { border-color: #91012C; }
span { border-color: rgb(145,1,44); }
td.TdClassName
{
border-color: #91012C;
}
.TagClassName
{
border-color: #91012C;
}
</style>