Shades of Lipstick #921247
Tints of Lipstick #921247
RGB
CMYK
RGB Variations
Color information
#921247 (or 0x921247) is known color: Lipstick. HEX triplet: 92, 12 and 47. RGB value is (146,18,71). Sum of RGB (Red+Green+Blue) = 146+18+71=235 (31% of max value = 765). Red value is 146 (57.42% from 255 or 62.13% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 146 - color contains mainly: red. Hex color #921247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921247 is #6DEDB8. Grayscale: #3E3E3E. Windows color (decimal): -7204281 or 4657810. OLE color: 4657810.
HSL color Cylindrical-coordinate representation of color #921247: hue angle of 335.16º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921247 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 71 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.43 |
| HSL | 335.16º | 0.78% | 0.32% | - |
| HSV(B) | 335.16º | 0.88% | 0.57% | - |
| XYZ | 13.21 | 7 | 6.62 | - |
| YUV | 62.31 | 132.91 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 71 | 0 | 0.88 | 0.51 | 0.43 | 335.16 | 0.78 | 0.32 |
| Hex | 92 | 12 | 47 | 0 | 58 | 33 | 2B | 14F | 4E | 20 |
| Octal | 222 | 22 | 107 | 0 | 130 | 63 | 53 | 517 | 116 | 40 |
| Binary | 10010010 | 10010 | 1000111 | 0 | 1011000 | 110011 | 101011 | 101001111 | 1001110 | 100000 |
Color Harmonies of #921247
Complementary color
Monochromatic Colors of #921247
Black with #921247
Text Example
Text Example
White with #921247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921247; }
p { color: rgb(146,18,71); }
H1.HeaderClassName
{
color: #921247;
}
.AnyTagClassName
{
color: #921247;
}
</style>
background-color css
<style>
a { background-color: #921247; }
a { background-color: rgb(146,18,71); }
div.DivClassName
{
background-color: #921247;
}
.BgClassName
{
background-color: #921247;
}
</style>
border-color css
<style>
span { border-color: #921247; }
span { border-color: rgb(146,18,71); }
td.TdClassName
{
border-color: #921247;
}
.TagClassName
{
border-color: #921247;
}
</style>