Shades of Burgundy #91013B
Tints of Burgundy #91013B
RGB
CMYK
RGB Variations
Color information
#91013B (or 0x91013B) is known color: Burgundy. HEX triplet: 91, 01 and 3B. RGB value is (145,1,59). Sum of RGB (Red+Green+Blue) = 145+1+59=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #91013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91013B is #6EFEC4. Grayscale: #323232. Windows color (decimal): -7274181 or 3867025. OLE color: 3867025.
HSL color Cylindrical-coordinate representation of color #91013B: hue angle of 335.83º 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 #91013B is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.43 |
| HSL | 335.83º | 0.99% | 0.29% | - |
| HSV(B) | 335.83º | 0.99% | 0.57% | - |
| XYZ | 12.48 | 6.36 | 4.71 | - |
| YUV | 50.67 | 132.71 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 59 | 0 | 0.99 | 0.59 | 0.43 | 335.83 | 0.99 | 0.29 |
| Hex | 91 | 1 | 3B | 0 | 63 | 3B | 2B | 150 | 63 | 1D |
| Octal | 221 | 1 | 73 | 0 | 143 | 73 | 53 | 520 | 143 | 35 |
| Binary | 10010001 | 1 | 111011 | 0 | 1100011 | 111011 | 101011 | 101010000 | 1100011 | 11101 |
Color Harmonies of #91013B
Complementary color
Monochromatic Colors of #91013B
Black with #91013B
Text Example
Text Example
White with #91013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91013B; }
p { color: rgb(145,1,59); }
H1.HeaderClassName
{
color: #91013B;
}
.AnyTagClassName
{
color: #91013B;
}
</style>
background-color css
<style>
a { background-color: #91013B; }
a { background-color: rgb(145,1,59); }
div.DivClassName
{
background-color: #91013B;
}
.BgClassName
{
background-color: #91013B;
}
</style>
border-color css
<style>
span { border-color: #91013B; }
span { border-color: rgb(145,1,59); }
td.TdClassName
{
border-color: #91013B;
}
.TagClassName
{
border-color: #91013B;
}
</style>