Shades of Lipstick #941955
Tints of Lipstick #941955
RGB
CMYK
RGB Variations
Color information
#941955 (or 0x941955) is known color: Lipstick. HEX triplet: 94, 19 and 55. RGB value is (148,25,85). Sum of RGB (Red+Green+Blue) = 148+25+85=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #941955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941955 is #6BE6AA. Grayscale: #444444. Windows color (decimal): -7071403 or 5577108. OLE color: 5577108.
HSL color Cylindrical-coordinate representation of color #941955: hue angle of 330.73º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #941955 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 25 | 85 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.42 |
| HSL | 330.73º | 0.71% | 0.34% | - |
| HSV(B) | 330.73º | 0.83% | 0.58% | - |
| XYZ | 14.2 | 7.65 | 9.32 | - |
| YUV | 68.62 | 137.25 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 25 | 85 | 0 | 0.83 | 0.43 | 0.42 | 330.73 | 0.71 | 0.34 |
| Hex | 94 | 19 | 55 | 0 | 53 | 2B | 2A | 14B | 47 | 22 |
| Octal | 224 | 31 | 125 | 0 | 123 | 53 | 52 | 513 | 107 | 42 |
| Binary | 10010100 | 11001 | 1010101 | 0 | 1010011 | 101011 | 101010 | 101001011 | 1000111 | 100010 |
Color Harmonies of #941955
Complementary color
Monochromatic Colors of #941955
Black with #941955
Text Example
Text Example
White with #941955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941955; }
p { color: rgb(148,25,85); }
H1.HeaderClassName
{
color: #941955;
}
.AnyTagClassName
{
color: #941955;
}
</style>
background-color css
<style>
a { background-color: #941955; }
a { background-color: rgb(148,25,85); }
div.DivClassName
{
background-color: #941955;
}
.BgClassName
{
background-color: #941955;
}
</style>
border-color css
<style>
span { border-color: #941955; }
span { border-color: rgb(148,25,85); }
td.TdClassName
{
border-color: #941955;
}
.TagClassName
{
border-color: #941955;
}
</style>