Shades of Burgundy #921030
Tints of Burgundy #921030
RGB
CMYK
RGB Variations
Color information
#921030 (or 0x921030) is known color: Burgundy. HEX triplet: 92, 10 and 30. RGB value is (146,16,48). Sum of RGB (Red+Green+Blue) = 146+16+48=210 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.52% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 146 - color contains mainly: red. Hex color #921030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921030 is #6DEFCF. Grayscale: #3A3A3A. Windows color (decimal): -7204816 or 3149970. OLE color: 3149970.
HSL color Cylindrical-coordinate representation of color #921030: hue angle of 345.23º 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 #921030 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 16 | 48 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.43 |
| HSL | 345.23º | 0.8% | 0.32% | - |
| HSV(B) | 345.23º | 0.89% | 0.57% | - |
| XYZ | 12.57 | 6.69 | 3.43 | - |
| YUV | 58.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 16 | 48 | 0 | 0.89 | 0.67 | 0.43 | 345.23 | 0.8 | 0.32 |
| Hex | 92 | 10 | 30 | 0 | 59 | 43 | 2B | 159 | 50 | 20 |
| Octal | 222 | 20 | 60 | 0 | 131 | 103 | 53 | 531 | 120 | 40 |
| Binary | 10010010 | 10000 | 110000 | 0 | 1011001 | 1000011 | 101011 | 101011001 | 1010000 | 100000 |
Color Harmonies of #921030
Complementary color
Monochromatic Colors of #921030
Black with #921030
Text Example
Text Example
White with #921030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921030; }
p { color: rgb(146,16,48); }
H1.HeaderClassName
{
color: #921030;
}
.AnyTagClassName
{
color: #921030;
}
</style>
background-color css
<style>
a { background-color: #921030; }
a { background-color: rgb(146,16,48); }
div.DivClassName
{
background-color: #921030;
}
.BgClassName
{
background-color: #921030;
}
</style>
border-color css
<style>
span { border-color: #921030; }
span { border-color: rgb(146,16,48); }
td.TdClassName
{
border-color: #921030;
}
.TagClassName
{
border-color: #921030;
}
</style>