Shades of Lipstick #921949
Tints of Lipstick #921949
RGB
CMYK
RGB Variations
Color information
#921949 (or 0x921949) is known color: Lipstick. HEX triplet: 92, 19 and 49. RGB value is (146,25,73). Sum of RGB (Red+Green+Blue) = 146+25+73=244 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.84% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 146 - color contains mainly: red. Hex color #921949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921949 is #6DE6B6. Grayscale: #424242. Windows color (decimal): -7202487 or 4790674. OLE color: 4790674.
HSL color Cylindrical-coordinate representation of color #921949: hue angle of 336.2º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921949 is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 73 | - |
| CMYK | 0 | 0.83 | 0.5 | 0.43 |
| HSL | 336.2º | 0.71% | 0.34% | - |
| HSV(B) | 336.2º | 0.83% | 0.57% | - |
| XYZ | 13.4 | 7.29 | 7 | - |
| YUV | 66.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 73 | 0 | 0.83 | 0.5 | 0.43 | 336.2 | 0.71 | 0.34 |
| Hex | 92 | 19 | 49 | 0 | 53 | 32 | 2B | 150 | 47 | 22 |
| Octal | 222 | 31 | 111 | 0 | 123 | 62 | 53 | 520 | 107 | 42 |
| Binary | 10010010 | 11001 | 1001001 | 0 | 1010011 | 110010 | 101011 | 101010000 | 1000111 | 100010 |
Color Harmonies of #921949
Complementary color
Monochromatic Colors of #921949
Black with #921949
Text Example
Text Example
White with #921949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921949; }
p { color: rgb(146,25,73); }
H1.HeaderClassName
{
color: #921949;
}
.AnyTagClassName
{
color: #921949;
}
</style>
background-color css
<style>
a { background-color: #921949; }
a { background-color: rgb(146,25,73); }
div.DivClassName
{
background-color: #921949;
}
.BgClassName
{
background-color: #921949;
}
</style>
border-color css
<style>
span { border-color: #921949; }
span { border-color: rgb(146,25,73); }
td.TdClassName
{
border-color: #921949;
}
.TagClassName
{
border-color: #921949;
}
</style>