Shades of Burgundy #91072E
Tints of Burgundy #91072E
RGB
CMYK
RGB Variations
Color information
#91072E (or 0x91072E) is known color: Burgundy. HEX triplet: 91, 07 and 2E. RGB value is (145,7,46). Sum of RGB (Red+Green+Blue) = 145+7+46=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #91072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91072E is #6EF8D1. Grayscale: #343434. Windows color (decimal): -7272658 or 3016593. OLE color: 3016593.
HSL color Cylindrical-coordinate representation of color #91072E: hue angle of 343.04º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #91072E is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 46 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.43 |
| HSL | 343.04º | 0.91% | 0.3% | - |
| HSV(B) | 343.04º | 0.95% | 0.57% | - |
| XYZ | 12.25 | 6.37 | 3.17 | - |
| YUV | 52.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 46 | 0 | 0.95 | 0.68 | 0.43 | 343.04 | 0.91 | 0.3 |
| Hex | 91 | 7 | 2E | 0 | 5F | 44 | 2B | 157 | 5B | 1E |
| Octal | 221 | 7 | 56 | 0 | 137 | 104 | 53 | 527 | 133 | 36 |
| Binary | 10010001 | 111 | 101110 | 0 | 1011111 | 1000100 | 101011 | 101010111 | 1011011 | 11110 |
Color Harmonies of #91072E
Complementary color
Monochromatic Colors of #91072E
Black with #91072E
Text Example
Text Example
White with #91072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91072E; }
p { color: rgb(145,7,46); }
H1.HeaderClassName
{
color: #91072E;
}
.AnyTagClassName
{
color: #91072E;
}
</style>
background-color css
<style>
a { background-color: #91072E; }
a { background-color: rgb(145,7,46); }
div.DivClassName
{
background-color: #91072E;
}
.BgClassName
{
background-color: #91072E;
}
</style>
border-color css
<style>
span { border-color: #91072E; }
span { border-color: rgb(145,7,46); }
td.TdClassName
{
border-color: #91072E;
}
.TagClassName
{
border-color: #91072E;
}
</style>