Shades of Lipstick #921D4C
Tints of Lipstick #921D4C
RGB
CMYK
RGB Variations
Color information
#921D4C (or 0x921D4C) is known color: Lipstick. HEX triplet: 92, 1D and 4C. RGB value is (146,29,76). Sum of RGB (Red+Green+Blue) = 146+29+76=251 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.17% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 146 - color contains mainly: red. Hex color #921D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921D4C is #6DE2B3. Grayscale: #454545. Windows color (decimal): -7201460 or 4988306. OLE color: 4988306.
HSL color Cylindrical-coordinate representation of color #921D4C: hue angle of 335.9º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #921D4C is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 29 | 76 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.43 |
| HSL | 335.9º | 0.67% | 0.34% | - |
| HSV(B) | 335.9º | 0.8% | 0.57% | - |
| XYZ | 13.6 | 7.51 | 7.57 | - |
| YUV | 69.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 76 | 0 | 0.80 | 0.48 | 0.43 | 335.9 | 0.67 | 0.34 |
| Hex | 92 | 1D | 4C | 0 | 50 | 30 | 2B | 150 | 43 | 22 |
| Octal | 222 | 35 | 114 | 0 | 120 | 60 | 53 | 520 | 103 | 42 |
| Binary | 10010010 | 11101 | 1001100 | 0 | 1010000 | 110000 | 101011 | 101010000 | 1000011 | 100010 |
Color Harmonies of #921D4C
Complementary color
Monochromatic Colors of #921D4C
Black with #921D4C
Text Example
Text Example
White with #921D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921D4C; }
p { color: rgb(146,29,76); }
H1.HeaderClassName
{
color: #921D4C;
}
.AnyTagClassName
{
color: #921D4C;
}
</style>
background-color css
<style>
a { background-color: #921D4C; }
a { background-color: rgb(146,29,76); }
div.DivClassName
{
background-color: #921D4C;
}
.BgClassName
{
background-color: #921D4C;
}
</style>
border-color css
<style>
span { border-color: #921D4C; }
span { border-color: rgb(146,29,76); }
td.TdClassName
{
border-color: #921D4C;
}
.TagClassName
{
border-color: #921D4C;
}
</style>