Shades of Lipstick #921E4D
Tints of Lipstick #921E4D
RGB
CMYK
RGB Variations
Color information
#921E4D (or 0x921E4D) is known color: Lipstick. HEX triplet: 92, 1E and 4D. RGB value is (146,30,77). Sum of RGB (Red+Green+Blue) = 146+30+77=253 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.71% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 146 - color contains mainly: red. Hex color #921E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921E4D is #6DE1B2. Grayscale: #454545. Windows color (decimal): -7201203 or 5054098. OLE color: 5054098.
HSL color Cylindrical-coordinate representation of color #921E4D: hue angle of 335.69º 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 #921E4D is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 30 | 77 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.43 |
| HSL | 335.69º | 0.66% | 0.35% | - |
| HSV(B) | 335.69º | 0.79% | 0.57% | - |
| XYZ | 13.66 | 7.58 | 7.76 | - |
| YUV | 70.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 77 | 0 | 0.79 | 0.47 | 0.43 | 335.69 | 0.66 | 0.35 |
| Hex | 92 | 1E | 4D | 0 | 4F | 2F | 2B | 150 | 42 | 23 |
| Octal | 222 | 36 | 115 | 0 | 117 | 57 | 53 | 520 | 102 | 43 |
| Binary | 10010010 | 11110 | 1001101 | 0 | 1001111 | 101111 | 101011 | 101010000 | 1000010 | 100011 |
Color Harmonies of #921E4D
Complementary color
Monochromatic Colors of #921E4D
Black with #921E4D
Text Example
Text Example
White with #921E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921E4D; }
p { color: rgb(146,30,77); }
H1.HeaderClassName
{
color: #921E4D;
}
.AnyTagClassName
{
color: #921E4D;
}
</style>
background-color css
<style>
a { background-color: #921E4D; }
a { background-color: rgb(146,30,77); }
div.DivClassName
{
background-color: #921E4D;
}
.BgClassName
{
background-color: #921E4D;
}
</style>
border-color css
<style>
span { border-color: #921E4D; }
span { border-color: rgb(146,30,77); }
td.TdClassName
{
border-color: #921E4D;
}
.TagClassName
{
border-color: #921E4D;
}
</style>