Shades of Burgundy #91112D
Tints of Burgundy #91112D
RGB
CMYK
RGB Variations
Color information
#91112D (or 0x91112D) is known color: Burgundy. HEX triplet: 91, 11 and 2D. RGB value is (145,17,45). Sum of RGB (Red+Green+Blue) = 145+17+45=207 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.05% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 145 - color contains mainly: red. Hex color #91112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91112D is #6EEED2. Grayscale: #3A3A3A. Windows color (decimal): -7270099 or 2953617. OLE color: 2953617.
HSL color Cylindrical-coordinate representation of color #91112D: hue angle of 346.88º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #91112D is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 17 | 45 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.43 |
| HSL | 346.88º | 0.79% | 0.32% | - |
| HSV(B) | 346.88º | 0.88% | 0.57% | - |
| XYZ | 12.35 | 6.61 | 3.11 | - |
| YUV | 58.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 45 | 0 | 0.88 | 0.69 | 0.43 | 346.88 | 0.79 | 0.32 |
| Hex | 91 | 11 | 2D | 0 | 58 | 45 | 2B | 15B | 4F | 20 |
| Octal | 221 | 21 | 55 | 0 | 130 | 105 | 53 | 533 | 117 | 40 |
| Binary | 10010001 | 10001 | 101101 | 0 | 1011000 | 1000101 | 101011 | 101011011 | 1001111 | 100000 |
Color Harmonies of #91112D
Complementary color
Monochromatic Colors of #91112D
Black with #91112D
Text Example
Text Example
White with #91112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91112D; }
p { color: rgb(145,17,45); }
H1.HeaderClassName
{
color: #91112D;
}
.AnyTagClassName
{
color: #91112D;
}
</style>
background-color css
<style>
a { background-color: #91112D; }
a { background-color: rgb(145,17,45); }
div.DivClassName
{
background-color: #91112D;
}
.BgClassName
{
background-color: #91112D;
}
</style>
border-color css
<style>
span { border-color: #91112D; }
span { border-color: rgb(145,17,45); }
td.TdClassName
{
border-color: #91112D;
}
.TagClassName
{
border-color: #91112D;
}
</style>