Shades of Burgundy #91012D
Tints of Burgundy #91012D
RGB
CMYK
RGB Variations
Color information
#91012D (or 0x91012D) is known color: Burgundy. HEX triplet: 91, 01 and 2D. RGB value is (145,1,45). Sum of RGB (Red+Green+Blue) = 145+1+45=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #91012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91012D is #6EFED2. Grayscale: #313131. Windows color (decimal): -7274195 or 2949521. OLE color: 2949521.
HSL color Cylindrical-coordinate representation of color #91012D: hue angle of 341.67º 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 #91012D is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.43 |
| HSL | 341.67º | 0.99% | 0.29% | - |
| HSV(B) | 341.67º | 0.99% | 0.57% | - |
| XYZ | 12.16 | 6.23 | 3.04 | - |
| YUV | 49.07 | 125.71 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 45 | 0 | 0.99 | 0.69 | 0.43 | 341.67 | 0.99 | 0.29 |
| Hex | 91 | 1 | 2D | 0 | 63 | 45 | 2B | 156 | 63 | 1D |
| Octal | 221 | 1 | 55 | 0 | 143 | 105 | 53 | 526 | 143 | 35 |
| Binary | 10010001 | 1 | 101101 | 0 | 1100011 | 1000101 | 101011 | 101010110 | 1100011 | 11101 |
Color Harmonies of #91012D
Complementary color
Monochromatic Colors of #91012D
Black with #91012D
Text Example
Text Example
White with #91012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91012D; }
p { color: rgb(145,1,45); }
H1.HeaderClassName
{
color: #91012D;
}
.AnyTagClassName
{
color: #91012D;
}
</style>
background-color css
<style>
a { background-color: #91012D; }
a { background-color: rgb(145,1,45); }
div.DivClassName
{
background-color: #91012D;
}
.BgClassName
{
background-color: #91012D;
}
</style>
border-color css
<style>
span { border-color: #91012D; }
span { border-color: rgb(145,1,45); }
td.TdClassName
{
border-color: #91012D;
}
.TagClassName
{
border-color: #91012D;
}
</style>