Shades of Burgundy #91002D
Tints of Burgundy #91002D
RGB
CMYK
RGB Variations
Color information
#91002D (or 0x91002D) is known color: Burgundy. HEX triplet: 91, 00 and 2D. RGB value is (145,0,45). Sum of RGB (Red+Green+Blue) = 145+0+45=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #91002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91002D is #6EFFD2. Grayscale: #303030. Windows color (decimal): -7274451 or 2949265. OLE color: 2949265.
HSL color Cylindrical-coordinate representation of color #91002D: hue angle of 341.38º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91002D is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.69 | 0.43 |
| HSL | 341.38º | 1% | 0.28% | - |
| HSV(B) | 341.38º | 1% | 0.57% | - |
| XYZ | 12.15 | 6.21 | 3.04 | - |
| YUV | 48.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 45 | 0 | 1 | 0.69 | 0.43 | 341.38 | 1 | 0.28 |
| Hex | 91 | 0 | 2D | 0 | 64 | 45 | 2B | 155 | 64 | 1C |
| Octal | 221 | 0 | 55 | 0 | 144 | 105 | 53 | 525 | 144 | 34 |
| Binary | 10010001 | 0 | 101101 | 0 | 1100100 | 1000101 | 101011 | 101010101 | 1100100 | 11100 |
Color Harmonies of #91002D
Complementary color
Monochromatic Colors of #91002D
Black with #91002D
Text Example
Text Example
White with #91002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91002D; }
p { color: rgb(145,0,45); }
H1.HeaderClassName
{
color: #91002D;
}
.AnyTagClassName
{
color: #91002D;
}
</style>
background-color css
<style>
a { background-color: #91002D; }
a { background-color: rgb(145,0,45); }
div.DivClassName
{
background-color: #91002D;
}
.BgClassName
{
background-color: #91002D;
}
</style>
border-color css
<style>
span { border-color: #91002D; }
span { border-color: rgb(145,0,45); }
td.TdClassName
{
border-color: #91002D;
}
.TagClassName
{
border-color: #91002D;
}
</style>