Shades of Burgundy #91002B
Tints of Burgundy #91002B
RGB
CMYK
RGB Variations
Color information
#91002B (or 0x91002B) is known color: Burgundy. HEX triplet: 91, 00 and 2B. RGB value is (145,0,43). Sum of RGB (Red+Green+Blue) = 145+0+43=188 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.13% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 145 - color contains mainly: red. Hex color #91002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91002B is #6EFFD4. Grayscale: #303030. Windows color (decimal): -7274453 or 2818193. OLE color: 2818193.
HSL color Cylindrical-coordinate representation of color #91002B: hue angle of 342.21º 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 #91002B is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.70 | 0.43 |
| HSL | 342.21º | 1% | 0.28% | - |
| HSV(B) | 342.21º | 1% | 0.57% | - |
| XYZ | 12.11 | 6.19 | 2.84 | - |
| YUV | 48.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 43 | 0 | 1 | 0.70 | 0.43 | 342.21 | 1 | 0.28 |
| Hex | 91 | 0 | 2B | 0 | 64 | 46 | 2B | 156 | 64 | 1C |
| Octal | 221 | 0 | 53 | 0 | 144 | 106 | 53 | 526 | 144 | 34 |
| Binary | 10010001 | 0 | 101011 | 0 | 1100100 | 1000110 | 101011 | 101010110 | 1100100 | 11100 |
Color Harmonies of #91002B
Complementary color
Monochromatic Colors of #91002B
Black with #91002B
Text Example
Text Example
White with #91002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91002B; }
p { color: rgb(145,0,43); }
H1.HeaderClassName
{
color: #91002B;
}
.AnyTagClassName
{
color: #91002B;
}
</style>
background-color css
<style>
a { background-color: #91002B; }
a { background-color: rgb(145,0,43); }
div.DivClassName
{
background-color: #91002B;
}
.BgClassName
{
background-color: #91002B;
}
</style>
border-color css
<style>
span { border-color: #91002B; }
span { border-color: rgb(145,0,43); }
td.TdClassName
{
border-color: #91002B;
}
.TagClassName
{
border-color: #91002B;
}
</style>