Shades of Burgundy #91073B
Tints of Burgundy #91073B
RGB
CMYK
RGB Variations
Color information
#91073B (or 0x91073B) is known color: Burgundy. HEX triplet: 91, 07 and 3B. RGB value is (145,7,59). Sum of RGB (Red+Green+Blue) = 145+7+59=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #91073B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91073B is #6EF8C4. Grayscale: #363636. Windows color (decimal): -7272645 or 3868561. OLE color: 3868561.
HSL color Cylindrical-coordinate representation of color #91073B: hue angle of 337.39º 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 #91073B is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 59 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.43 |
| HSL | 337.39º | 0.91% | 0.3% | - |
| HSV(B) | 337.39º | 0.95% | 0.57% | - |
| XYZ | 12.54 | 6.49 | 4.73 | - |
| YUV | 54.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 59 | 0 | 0.95 | 0.59 | 0.43 | 337.39 | 0.91 | 0.3 |
| Hex | 91 | 7 | 3B | 0 | 5F | 3B | 2B | 151 | 5B | 1E |
| Octal | 221 | 7 | 73 | 0 | 137 | 73 | 53 | 521 | 133 | 36 |
| Binary | 10010001 | 111 | 111011 | 0 | 1011111 | 111011 | 101011 | 101010001 | 1011011 | 11110 |
Color Harmonies of #91073B
Complementary color
Monochromatic Colors of #91073B
Black with #91073B
Text Example
Text Example
White with #91073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91073B; }
p { color: rgb(145,7,59); }
H1.HeaderClassName
{
color: #91073B;
}
.AnyTagClassName
{
color: #91073B;
}
</style>
background-color css
<style>
a { background-color: #91073B; }
a { background-color: rgb(145,7,59); }
div.DivClassName
{
background-color: #91073B;
}
.BgClassName
{
background-color: #91073B;
}
</style>
border-color css
<style>
span { border-color: #91073B; }
span { border-color: rgb(145,7,59); }
td.TdClassName
{
border-color: #91073B;
}
.TagClassName
{
border-color: #91073B;
}
</style>