Shades of Lipstick #941E5E
Tints of Lipstick #941E5E
RGB
CMYK
RGB Variations
Color information
#941E5E (or 0x941E5E) is known color: Lipstick. HEX triplet: 94, 1E and 5E. RGB value is (148,30,94). Sum of RGB (Red+Green+Blue) = 148+30+94=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #941E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941E5E is #6BE1A1. Grayscale: #484848. Windows color (decimal): -7070114 or 6168212. OLE color: 6168212.
HSL color Cylindrical-coordinate representation of color #941E5E: hue angle of 327.46º degrees, saturation: 0.66, 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 #941E5E is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 30 | 94 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.42 |
| HSL | 327.46º | 0.66% | 0.35% | - |
| HSV(B) | 327.46º | 0.8% | 0.58% | - |
| XYZ | 14.7 | 8.03 | 11.37 | - |
| YUV | 72.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 30 | 94 | 0 | 0.80 | 0.36 | 0.42 | 327.46 | 0.66 | 0.35 |
| Hex | 94 | 1E | 5E | 0 | 50 | 24 | 2A | 147 | 42 | 23 |
| Octal | 224 | 36 | 136 | 0 | 120 | 44 | 52 | 507 | 102 | 43 |
| Binary | 10010100 | 11110 | 1011110 | 0 | 1010000 | 100100 | 101010 | 101000111 | 1000010 | 100011 |
Color Harmonies of #941E5E
Complementary color
Monochromatic Colors of #941E5E
Black with #941E5E
Text Example
Text Example
White with #941E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941E5E; }
p { color: rgb(148,30,94); }
H1.HeaderClassName
{
color: #941E5E;
}
.AnyTagClassName
{
color: #941E5E;
}
</style>
background-color css
<style>
a { background-color: #941E5E; }
a { background-color: rgb(148,30,94); }
div.DivClassName
{
background-color: #941E5E;
}
.BgClassName
{
background-color: #941E5E;
}
</style>
border-color css
<style>
span { border-color: #941E5E; }
span { border-color: rgb(148,30,94); }
td.TdClassName
{
border-color: #941E5E;
}
.TagClassName
{
border-color: #941E5E;
}
</style>