Shades of Lipstick #92214D
Tints of Lipstick #92214D
RGB
CMYK
RGB Variations
Color information
#92214D (or 0x92214D) is known color: Lipstick. HEX triplet: 92, 21 and 4D. RGB value is (146,33,77). Sum of RGB (Red+Green+Blue) = 146+33+77=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #92214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92214D is #6DDEB2. Grayscale: #474747. Windows color (decimal): -7200435 or 5054866. OLE color: 5054866.
HSL color Cylindrical-coordinate representation of color #92214D: hue angle of 336.64º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #92214D is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 33 | 77 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.43 |
| HSL | 336.64º | 0.63% | 0.35% | - |
| HSV(B) | 336.64º | 0.77% | 0.57% | - |
| XYZ | 13.74 | 7.73 | 7.79 | - |
| YUV | 71.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 77 | 0 | 0.77 | 0.47 | 0.43 | 336.64 | 0.63 | 0.35 |
| Hex | 92 | 21 | 4D | 0 | 4D | 2F | 2B | 151 | 3F | 23 |
| Octal | 222 | 41 | 115 | 0 | 115 | 57 | 53 | 521 | 77 | 43 |
| Binary | 10010010 | 100001 | 1001101 | 0 | 1001101 | 101111 | 101011 | 101010001 | 111111 | 100011 |
Color Harmonies of #92214D
Complementary color
Monochromatic Colors of #92214D
Black with #92214D
Text Example
Text Example
White with #92214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92214D; }
p { color: rgb(146,33,77); }
H1.HeaderClassName
{
color: #92214D;
}
.AnyTagClassName
{
color: #92214D;
}
</style>
background-color css
<style>
a { background-color: #92214D; }
a { background-color: rgb(146,33,77); }
div.DivClassName
{
background-color: #92214D;
}
.BgClassName
{
background-color: #92214D;
}
</style>
border-color css
<style>
span { border-color: #92214D; }
span { border-color: rgb(146,33,77); }
td.TdClassName
{
border-color: #92214D;
}
.TagClassName
{
border-color: #92214D;
}
</style>