Shades of Burgundy #91033C
Tints of Burgundy #91033C
RGB
CMYK
RGB Variations
Color information
#91033C (or 0x91033C) is known color: Burgundy. HEX triplet: 91, 03 and 3C. RGB value is (145,3,60). Sum of RGB (Red+Green+Blue) = 145+3+60=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #91033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91033C is #6EFCC3. Grayscale: #333333. Windows color (decimal): -7273668 or 3933073. OLE color: 3933073.
HSL color Cylindrical-coordinate representation of color #91033C: hue angle of 335.92º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #91033C is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 60 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.43 |
| HSL | 335.92º | 0.96% | 0.29% | - |
| HSV(B) | 335.92º | 0.98% | 0.57% | - |
| XYZ | 12.53 | 6.41 | 4.85 | - |
| YUV | 51.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 60 | 0 | 0.98 | 0.59 | 0.43 | 335.92 | 0.96 | 0.29 |
| Hex | 91 | 3 | 3C | 0 | 62 | 3B | 2B | 150 | 60 | 1D |
| Octal | 221 | 3 | 74 | 0 | 142 | 73 | 53 | 520 | 140 | 35 |
| Binary | 10010001 | 11 | 111100 | 0 | 1100010 | 111011 | 101011 | 101010000 | 1100000 | 11101 |
Color Harmonies of #91033C
Complementary color
Monochromatic Colors of #91033C
Black with #91033C
Text Example
Text Example
White with #91033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91033C; }
p { color: rgb(145,3,60); }
H1.HeaderClassName
{
color: #91033C;
}
.AnyTagClassName
{
color: #91033C;
}
</style>
background-color css
<style>
a { background-color: #91033C; }
a { background-color: rgb(145,3,60); }
div.DivClassName
{
background-color: #91033C;
}
.BgClassName
{
background-color: #91033C;
}
</style>
border-color css
<style>
span { border-color: #91033C; }
span { border-color: rgb(145,3,60); }
td.TdClassName
{
border-color: #91033C;
}
.TagClassName
{
border-color: #91033C;
}
</style>