Shades of Lipstick #921E5D
Tints of Lipstick #921E5D
RGB
CMYK
RGB Variations
Color information
#921E5D (or 0x921E5D) is known color: Lipstick. HEX triplet: 92, 1E and 5D. RGB value is (146,30,93). Sum of RGB (Red+Green+Blue) = 146+30+93=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #921E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921E5D is #6DE1A2. Grayscale: #474747. Windows color (decimal): -7201187 or 6102674. OLE color: 6102674.
HSL color Cylindrical-coordinate representation of color #921E5D: hue angle of 327.41º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #921E5D is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 30 | 93 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.43 |
| HSL | 327.41º | 0.66% | 0.35% | - |
| HSV(B) | 327.41º | 0.79% | 0.57% | - |
| XYZ | 14.29 | 7.83 | 11.11 | - |
| YUV | 71.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 93 | 0 | 0.79 | 0.36 | 0.43 | 327.41 | 0.66 | 0.35 |
| Hex | 92 | 1E | 5D | 0 | 4F | 24 | 2B | 147 | 42 | 23 |
| Octal | 222 | 36 | 135 | 0 | 117 | 44 | 53 | 507 | 102 | 43 |
| Binary | 10010010 | 11110 | 1011101 | 0 | 1001111 | 100100 | 101011 | 101000111 | 1000010 | 100011 |
Color Harmonies of #921E5D
Complementary color
Monochromatic Colors of #921E5D
Black with #921E5D
Text Example
Text Example
White with #921E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921E5D; }
p { color: rgb(146,30,93); }
H1.HeaderClassName
{
color: #921E5D;
}
.AnyTagClassName
{
color: #921E5D;
}
</style>
background-color css
<style>
a { background-color: #921E5D; }
a { background-color: rgb(146,30,93); }
div.DivClassName
{
background-color: #921E5D;
}
.BgClassName
{
background-color: #921E5D;
}
</style>
border-color css
<style>
span { border-color: #921E5D; }
span { border-color: rgb(146,30,93); }
td.TdClassName
{
border-color: #921E5D;
}
.TagClassName
{
border-color: #921E5D;
}
</style>