Shades of Lipstick #921958
Tints of Lipstick #921958
RGB
CMYK
RGB Variations
Color information
#921958 (or 0x921958) is known color: Lipstick. HEX triplet: 92, 19 and 58. RGB value is (146,25,88). Sum of RGB (Red+Green+Blue) = 146+25+88=259 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.37% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 146 - color contains mainly: red. Hex color #921958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921958 is #6DE6A7. Grayscale: #444444. Windows color (decimal): -7202472 or 5773714. OLE color: 5773714.
HSL color Cylindrical-coordinate representation of color #921958: hue angle of 328.76º 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 #921958 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 88 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.43 |
| HSL | 328.76º | 0.71% | 0.34% | - |
| HSV(B) | 328.76º | 0.83% | 0.57% | - |
| XYZ | 13.96 | 7.51 | 9.95 | - |
| YUV | 68.36 | 139.09 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 88 | 0 | 0.83 | 0.40 | 0.43 | 328.76 | 0.71 | 0.34 |
| Hex | 92 | 19 | 58 | 0 | 53 | 28 | 2B | 149 | 47 | 22 |
| Octal | 222 | 31 | 130 | 0 | 123 | 50 | 53 | 511 | 107 | 42 |
| Binary | 10010010 | 11001 | 1011000 | 0 | 1010011 | 101000 | 101011 | 101001001 | 1000111 | 100010 |
Color Harmonies of #921958
Complementary color
Monochromatic Colors of #921958
Black with #921958
Text Example
Text Example
White with #921958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921958; }
p { color: rgb(146,25,88); }
H1.HeaderClassName
{
color: #921958;
}
.AnyTagClassName
{
color: #921958;
}
</style>
background-color css
<style>
a { background-color: #921958; }
a { background-color: rgb(146,25,88); }
div.DivClassName
{
background-color: #921958;
}
.BgClassName
{
background-color: #921958;
}
</style>
border-color css
<style>
span { border-color: #921958; }
span { border-color: rgb(146,25,88); }
td.TdClassName
{
border-color: #921958;
}
.TagClassName
{
border-color: #921958;
}
</style>