Shades of Burgundy #921031
Tints of Burgundy #921031
RGB
CMYK
RGB Variations
Color information
#921031 (or 0x921031) is known color: Burgundy. HEX triplet: 92, 10 and 31. RGB value is (146,16,49). Sum of RGB (Red+Green+Blue) = 146+16+49=211 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.19% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 146 - color contains mainly: red. Hex color #921031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921031 is #6DEFCE. Grayscale: #3A3A3A. Windows color (decimal): -7204815 or 3215506. OLE color: 3215506.
HSL color Cylindrical-coordinate representation of color #921031: hue angle of 344.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #921031 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 16 | 49 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.43 |
| HSL | 344.77º | 0.8% | 0.32% | - |
| HSV(B) | 344.77º | 0.89% | 0.57% | - |
| XYZ | 12.59 | 6.7 | 3.54 | - |
| YUV | 58.63 | 122.57 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 16 | 49 | 0 | 0.89 | 0.66 | 0.43 | 344.77 | 0.8 | 0.32 |
| Hex | 92 | 10 | 31 | 0 | 59 | 42 | 2B | 159 | 50 | 20 |
| Octal | 222 | 20 | 61 | 0 | 131 | 102 | 53 | 531 | 120 | 40 |
| Binary | 10010010 | 10000 | 110001 | 0 | 1011001 | 1000010 | 101011 | 101011001 | 1010000 | 100000 |
Color Harmonies of #921031
Complementary color
Monochromatic Colors of #921031
Black with #921031
Text Example
Text Example
White with #921031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921031; }
p { color: rgb(146,16,49); }
H1.HeaderClassName
{
color: #921031;
}
.AnyTagClassName
{
color: #921031;
}
</style>
background-color css
<style>
a { background-color: #921031; }
a { background-color: rgb(146,16,49); }
div.DivClassName
{
background-color: #921031;
}
.BgClassName
{
background-color: #921031;
}
</style>
border-color css
<style>
span { border-color: #921031; }
span { border-color: rgb(146,16,49); }
td.TdClassName
{
border-color: #921031;
}
.TagClassName
{
border-color: #921031;
}
</style>