Shades of Burgundy #91013C
Tints of Burgundy #91013C
RGB
CMYK
RGB Variations
Color information
#91013C (or 0x91013C) is known color: Burgundy. HEX triplet: 91, 01 and 3C. RGB value is (145,1,60). Sum of RGB (Red+Green+Blue) = 145+1+60=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #91013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91013C is #6EFEC3. Grayscale: #323232. Windows color (decimal): -7274180 or 3932561. OLE color: 3932561.
HSL color Cylindrical-coordinate representation of color #91013C: hue angle of 335.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91013C is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.43 |
| HSL | 335.42º | 0.99% | 0.29% | - |
| HSV(B) | 335.42º | 0.99% | 0.57% | - |
| XYZ | 12.5 | 6.37 | 4.85 | - |
| YUV | 50.78 | 133.21 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 60 | 0 | 0.99 | 0.59 | 0.43 | 335.42 | 0.99 | 0.29 |
| Hex | 91 | 1 | 3C | 0 | 63 | 3B | 2B | 14F | 63 | 1D |
| Octal | 221 | 1 | 74 | 0 | 143 | 73 | 53 | 517 | 143 | 35 |
| Binary | 10010001 | 1 | 111100 | 0 | 1100011 | 111011 | 101011 | 101001111 | 1100011 | 11101 |
Color Harmonies of #91013C
Complementary color
Monochromatic Colors of #91013C
Black with #91013C
Text Example
Text Example
White with #91013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91013C; }
p { color: rgb(145,1,60); }
H1.HeaderClassName
{
color: #91013C;
}
.AnyTagClassName
{
color: #91013C;
}
</style>
background-color css
<style>
a { background-color: #91013C; }
a { background-color: rgb(145,1,60); }
div.DivClassName
{
background-color: #91013C;
}
.BgClassName
{
background-color: #91013C;
}
</style>
border-color css
<style>
span { border-color: #91013C; }
span { border-color: rgb(145,1,60); }
td.TdClassName
{
border-color: #91013C;
}
.TagClassName
{
border-color: #91013C;
}
</style>