Shades of Burgundy #91072F
Tints of Burgundy #91072F
RGB
CMYK
RGB Variations
Color information
#91072F (or 0x91072F) is known color: Burgundy. HEX triplet: 91, 07 and 2F. RGB value is (145,7,47). Sum of RGB (Red+Green+Blue) = 145+7+47=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #91072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91072F is #6EF8D0. Grayscale: #343434. Windows color (decimal): -7272657 or 3082129. OLE color: 3082129.
HSL color Cylindrical-coordinate representation of color #91072F: hue angle of 342.61º 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 #91072F is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 47 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.43 |
| HSL | 342.61º | 0.91% | 0.3% | - |
| HSV(B) | 342.61º | 0.95% | 0.57% | - |
| XYZ | 12.27 | 6.38 | 3.27 | - |
| YUV | 52.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 47 | 0 | 0.95 | 0.68 | 0.43 | 342.61 | 0.91 | 0.3 |
| Hex | 91 | 7 | 2F | 0 | 5F | 44 | 2B | 157 | 5B | 1E |
| Octal | 221 | 7 | 57 | 0 | 137 | 104 | 53 | 527 | 133 | 36 |
| Binary | 10010001 | 111 | 101111 | 0 | 1011111 | 1000100 | 101011 | 101010111 | 1011011 | 11110 |
Color Harmonies of #91072F
Complementary color
Monochromatic Colors of #91072F
Black with #91072F
Text Example
Text Example
White with #91072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91072F; }
p { color: rgb(145,7,47); }
H1.HeaderClassName
{
color: #91072F;
}
.AnyTagClassName
{
color: #91072F;
}
</style>
background-color css
<style>
a { background-color: #91072F; }
a { background-color: rgb(145,7,47); }
div.DivClassName
{
background-color: #91072F;
}
.BgClassName
{
background-color: #91072F;
}
</style>
border-color css
<style>
span { border-color: #91072F; }
span { border-color: rgb(145,7,47); }
td.TdClassName
{
border-color: #91072F;
}
.TagClassName
{
border-color: #91072F;
}
</style>