Shades of Burgundy #91083C
Tints of Burgundy #91083C
RGB
CMYK
RGB Variations
Color information
#91083C (or 0x91083C) is known color: Burgundy. HEX triplet: 91, 08 and 3C. RGB value is (145,8,60). Sum of RGB (Red+Green+Blue) = 145+8+60=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #91083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91083C is #6EF7C3. Grayscale: #363636. Windows color (decimal): -7272388 or 3934353. OLE color: 3934353.
HSL color Cylindrical-coordinate representation of color #91083C: hue angle of 337.23º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91083C is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 60 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.43 |
| HSL | 337.23º | 0.9% | 0.3% | - |
| HSV(B) | 337.23º | 0.94% | 0.57% | - |
| XYZ | 12.58 | 6.52 | 4.87 | - |
| YUV | 54.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 60 | 0 | 0.94 | 0.59 | 0.43 | 337.23 | 0.9 | 0.3 |
| Hex | 91 | 8 | 3C | 0 | 5E | 3B | 2B | 151 | 5A | 1E |
| Octal | 221 | 10 | 74 | 0 | 136 | 73 | 53 | 521 | 132 | 36 |
| Binary | 10010001 | 1000 | 111100 | 0 | 1011110 | 111011 | 101011 | 101010001 | 1011010 | 11110 |
Color Harmonies of #91083C
Complementary color
Monochromatic Colors of #91083C
Black with #91083C
Text Example
Text Example
White with #91083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91083C; }
p { color: rgb(145,8,60); }
H1.HeaderClassName
{
color: #91083C;
}
.AnyTagClassName
{
color: #91083C;
}
</style>
background-color css
<style>
a { background-color: #91083C; }
a { background-color: rgb(145,8,60); }
div.DivClassName
{
background-color: #91083C;
}
.BgClassName
{
background-color: #91083C;
}
</style>
border-color css
<style>
span { border-color: #91083C; }
span { border-color: rgb(145,8,60); }
td.TdClassName
{
border-color: #91083C;
}
.TagClassName
{
border-color: #91083C;
}
</style>