Shades of Burgundy #91003C
Tints of Burgundy #91003C
RGB
CMYK
RGB Variations
Color information
#91003C (or 0x91003C) is known color: Burgundy. HEX triplet: 91, 00 and 3C. RGB value is (145,0,60). Sum of RGB (Red+Green+Blue) = 145+0+60=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #91003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91003C is #6EFFC3. Grayscale: #323232. Windows color (decimal): -7274436 or 3932305. OLE color: 3932305.
HSL color Cylindrical-coordinate representation of color #91003C: hue angle of 335.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91003C is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.59 | 0.43 |
| HSL | 335.17º | 1% | 0.28% | - |
| HSV(B) | 335.17º | 1% | 0.57% | - |
| XYZ | 12.49 | 6.35 | 4.84 | - |
| YUV | 50.2 | 133.54 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 60 | 0 | 1 | 0.59 | 0.43 | 335.17 | 1 | 0.28 |
| Hex | 91 | 0 | 3C | 0 | 64 | 3B | 2B | 14F | 64 | 1C |
| Octal | 221 | 0 | 74 | 0 | 144 | 73 | 53 | 517 | 144 | 34 |
| Binary | 10010001 | 0 | 111100 | 0 | 1100100 | 111011 | 101011 | 101001111 | 1100100 | 11100 |
Color Harmonies of #91003C
Complementary color
Monochromatic Colors of #91003C
Black with #91003C
Text Example
Text Example
White with #91003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91003C; }
p { color: rgb(145,0,60); }
H1.HeaderClassName
{
color: #91003C;
}
.AnyTagClassName
{
color: #91003C;
}
</style>
background-color css
<style>
a { background-color: #91003C; }
a { background-color: rgb(145,0,60); }
div.DivClassName
{
background-color: #91003C;
}
.BgClassName
{
background-color: #91003C;
}
</style>
border-color css
<style>
span { border-color: #91003C; }
span { border-color: rgb(145,0,60); }
td.TdClassName
{
border-color: #91003C;
}
.TagClassName
{
border-color: #91003C;
}
</style>