Shades of Burgundy #910131
Tints of Burgundy #910131
RGB
CMYK
RGB Variations
Color information
#910131 (or 0x910131) is known color: Burgundy. HEX triplet: 91, 01 and 31. RGB value is (145,1,49). Sum of RGB (Red+Green+Blue) = 145+1+49=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #910131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910131 is #6EFECE. Grayscale: #313131. Windows color (decimal): -7274191 or 3211665. OLE color: 3211665.
HSL color Cylindrical-coordinate representation of color #910131: hue angle of 340º 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 #910131 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 49 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.43 |
| HSL | 340º | 0.99% | 0.29% | - |
| HSV(B) | 340º | 0.99% | 0.57% | - |
| XYZ | 12.24 | 6.26 | 3.47 | - |
| YUV | 49.53 | 127.71 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 49 | 0 | 0.99 | 0.66 | 0.43 | 340 | 0.99 | 0.29 |
| Hex | 91 | 1 | 31 | 0 | 63 | 42 | 2B | 154 | 63 | 1D |
| Octal | 221 | 1 | 61 | 0 | 143 | 102 | 53 | 524 | 143 | 35 |
| Binary | 10010001 | 1 | 110001 | 0 | 1100011 | 1000010 | 101011 | 101010100 | 1100011 | 11101 |
Color Harmonies of #910131
Complementary color
Monochromatic Colors of #910131
Black with #910131
Text Example
Text Example
White with #910131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910131; }
p { color: rgb(145,1,49); }
H1.HeaderClassName
{
color: #910131;
}
.AnyTagClassName
{
color: #910131;
}
</style>
background-color css
<style>
a { background-color: #910131; }
a { background-color: rgb(145,1,49); }
div.DivClassName
{
background-color: #910131;
}
.BgClassName
{
background-color: #910131;
}
</style>
border-color css
<style>
span { border-color: #910131; }
span { border-color: rgb(145,1,49); }
td.TdClassName
{
border-color: #910131;
}
.TagClassName
{
border-color: #910131;
}
</style>