Shades of Lipstick #931D46
Tints of Lipstick #931D46
RGB
CMYK
RGB Variations
Color information
#931D46 (or 0x931D46) is known color: Lipstick. HEX triplet: 93, 1D and 46. RGB value is (147,29,70). Sum of RGB (Red+Green+Blue) = 147+29+70=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #931D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #931D46 is #6CE2B9. Grayscale: #444444. Windows color (decimal): -7135930 or 4595091. OLE color: 4595091.
HSL color Cylindrical-coordinate representation of color #931D46: hue angle of 339.15º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #931D46 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 29 | 70 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.42 |
| HSL | 339.15º | 0.67% | 0.35% | - |
| HSV(B) | 339.15º | 0.8% | 0.58% | - |
| XYZ | 13.58 | 7.52 | 6.53 | - |
| YUV | 68.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 70 | 0 | 0.80 | 0.52 | 0.42 | 339.15 | 0.67 | 0.35 |
| Hex | 93 | 1D | 46 | 0 | 50 | 34 | 2A | 153 | 43 | 23 |
| Octal | 223 | 35 | 106 | 0 | 120 | 64 | 52 | 523 | 103 | 43 |
| Binary | 10010011 | 11101 | 1000110 | 0 | 1010000 | 110100 | 101010 | 101010011 | 1000011 | 100011 |
Color Harmonies of #931D46
Complementary color
Monochromatic Colors of #931D46
Black with #931D46
Text Example
Text Example
White with #931D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931D46; }
p { color: rgb(147,29,70); }
H1.HeaderClassName
{
color: #931D46;
}
.AnyTagClassName
{
color: #931D46;
}
</style>
background-color css
<style>
a { background-color: #931D46; }
a { background-color: rgb(147,29,70); }
div.DivClassName
{
background-color: #931D46;
}
.BgClassName
{
background-color: #931D46;
}
</style>
border-color css
<style>
span { border-color: #931D46; }
span { border-color: rgb(147,29,70); }
td.TdClassName
{
border-color: #931D46;
}
.TagClassName
{
border-color: #931D46;
}
</style>