Shades of Lipstick #941D4E
Tints of Lipstick #941D4E
RGB
CMYK
RGB Variations
Color information
#941D4E (or 0x941D4E) is known color: Lipstick. HEX triplet: 94, 1D and 4E. RGB value is (148,29,78). Sum of RGB (Red+Green+Blue) = 148+29+78=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #941D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941D4E is #6BE2B1. Grayscale: #464646. Windows color (decimal): -7070386 or 5119380. OLE color: 5119380.
HSL color Cylindrical-coordinate representation of color #941D4E: hue angle of 335.29º 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 #941D4E is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 29 | 78 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.42 |
| HSL | 335.29º | 0.67% | 0.35% | - |
| HSV(B) | 335.29º | 0.8% | 0.58% | - |
| XYZ | 14.03 | 7.72 | 7.96 | - |
| YUV | 70.17 | 132.42 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 78 | 0 | 0.80 | 0.47 | 0.42 | 335.29 | 0.67 | 0.35 |
| Hex | 94 | 1D | 4E | 0 | 50 | 2F | 2A | 14F | 43 | 23 |
| Octal | 224 | 35 | 116 | 0 | 120 | 57 | 52 | 517 | 103 | 43 |
| Binary | 10010100 | 11101 | 1001110 | 0 | 1010000 | 101111 | 101010 | 101001111 | 1000011 | 100011 |
Color Harmonies of #941D4E
Complementary color
Monochromatic Colors of #941D4E
Black with #941D4E
Text Example
Text Example
White with #941D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941D4E; }
p { color: rgb(148,29,78); }
H1.HeaderClassName
{
color: #941D4E;
}
.AnyTagClassName
{
color: #941D4E;
}
</style>
background-color css
<style>
a { background-color: #941D4E; }
a { background-color: rgb(148,29,78); }
div.DivClassName
{
background-color: #941D4E;
}
.BgClassName
{
background-color: #941D4E;
}
</style>
border-color css
<style>
span { border-color: #941D4E; }
span { border-color: rgb(148,29,78); }
td.TdClassName
{
border-color: #941D4E;
}
.TagClassName
{
border-color: #941D4E;
}
</style>