Shades of Burgundy #91102D
Tints of Burgundy #91102D
RGB
CMYK
RGB Variations
Color information
#91102D (or 0x91102D) is known color: Burgundy. HEX triplet: 91, 10 and 2D. RGB value is (145,16,45). Sum of RGB (Red+Green+Blue) = 145+16+45=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #91102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91102D is #6EEFD2. Grayscale: #393939. Windows color (decimal): -7270355 or 2953361. OLE color: 2953361.
HSL color Cylindrical-coordinate representation of color #91102D: hue angle of 346.51º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #91102D is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 45 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.43 |
| HSL | 346.51º | 0.8% | 0.32% | - |
| HSV(B) | 346.51º | 0.89% | 0.57% | - |
| XYZ | 12.34 | 6.58 | 3.1 | - |
| YUV | 57.88 | 120.74 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 45 | 0 | 0.89 | 0.69 | 0.43 | 346.51 | 0.8 | 0.32 |
| Hex | 91 | 10 | 2D | 0 | 59 | 45 | 2B | 15B | 50 | 20 |
| Octal | 221 | 20 | 55 | 0 | 131 | 105 | 53 | 533 | 120 | 40 |
| Binary | 10010001 | 10000 | 101101 | 0 | 1011001 | 1000101 | 101011 | 101011011 | 1010000 | 100000 |
Color Harmonies of #91102D
Complementary color
Monochromatic Colors of #91102D
Black with #91102D
Text Example
Text Example
White with #91102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91102D; }
p { color: rgb(145,16,45); }
H1.HeaderClassName
{
color: #91102D;
}
.AnyTagClassName
{
color: #91102D;
}
</style>
background-color css
<style>
a { background-color: #91102D; }
a { background-color: rgb(145,16,45); }
div.DivClassName
{
background-color: #91102D;
}
.BgClassName
{
background-color: #91102D;
}
</style>
border-color css
<style>
span { border-color: #91102D; }
span { border-color: rgb(145,16,45); }
td.TdClassName
{
border-color: #91102D;
}
.TagClassName
{
border-color: #91102D;
}
</style>