Shades of Lipstick #941850
Tints of Lipstick #941850
RGB
CMYK
RGB Variations
Color information
#941850 (or 0x941850) is known color: Lipstick. HEX triplet: 94, 18 and 50. RGB value is (148,24,80). Sum of RGB (Red+Green+Blue) = 148+24+80=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #941850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941850 is #6BE7AF. Grayscale: #434343. Windows color (decimal): -7071664 or 5249172. OLE color: 5249172.
HSL color Cylindrical-coordinate representation of color #941850: hue angle of 332.9º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941850 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 24 | 80 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.42 |
| HSL | 332.9º | 0.72% | 0.34% | - |
| HSV(B) | 332.9º | 0.84% | 0.58% | - |
| XYZ | 13.99 | 7.53 | 8.31 | - |
| YUV | 67.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 80 | 0 | 0.84 | 0.46 | 0.42 | 332.9 | 0.72 | 0.34 |
| Hex | 94 | 18 | 50 | 0 | 54 | 2E | 2A | 14D | 48 | 22 |
| Octal | 224 | 30 | 120 | 0 | 124 | 56 | 52 | 515 | 110 | 42 |
| Binary | 10010100 | 11000 | 1010000 | 0 | 1010100 | 101110 | 101010 | 101001101 | 1001000 | 100010 |
Color Harmonies of #941850
Complementary color
Monochromatic Colors of #941850
Black with #941850
Text Example
Text Example
White with #941850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941850; }
p { color: rgb(148,24,80); }
H1.HeaderClassName
{
color: #941850;
}
.AnyTagClassName
{
color: #941850;
}
</style>
background-color css
<style>
a { background-color: #941850; }
a { background-color: rgb(148,24,80); }
div.DivClassName
{
background-color: #941850;
}
.BgClassName
{
background-color: #941850;
}
</style>
border-color css
<style>
span { border-color: #941850; }
span { border-color: rgb(148,24,80); }
td.TdClassName
{
border-color: #941850;
}
.TagClassName
{
border-color: #941850;
}
</style>