Shades of Lipstick #942858
Tints of Lipstick #942858
RGB
CMYK
RGB Variations
Color information
#942858 (or 0x942858) is known color: Lipstick. HEX triplet: 94, 28 and 58. RGB value is (148,40,88). Sum of RGB (Red+Green+Blue) = 148+40+88=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #942858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942858 is #6BD7A7. Grayscale: #4D4D4D. Windows color (decimal): -7067560 or 5777556. OLE color: 5777556.
HSL color Cylindrical-coordinate representation of color #942858: hue angle of 333.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942858 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 88 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.42 |
| HSL | 333.33º | 0.57% | 0.37% | - |
| HSV(B) | 333.33º | 0.73% | 0.58% | - |
| XYZ | 14.73 | 8.52 | 10.1 | - |
| YUV | 77.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 88 | 0 | 0.73 | 0.41 | 0.42 | 333.33 | 0.57 | 0.37 |
| Hex | 94 | 28 | 58 | 0 | 49 | 29 | 2A | 14D | 39 | 25 |
| Octal | 224 | 50 | 130 | 0 | 111 | 51 | 52 | 515 | 71 | 45 |
| Binary | 10010100 | 101000 | 1011000 | 0 | 1001001 | 101001 | 101010 | 101001101 | 111001 | 100101 |
Color Harmonies of #942858
Complementary color
Monochromatic Colors of #942858
Black with #942858
Text Example
Text Example
White with #942858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942858; }
p { color: rgb(148,40,88); }
H1.HeaderClassName
{
color: #942858;
}
.AnyTagClassName
{
color: #942858;
}
</style>
background-color css
<style>
a { background-color: #942858; }
a { background-color: rgb(148,40,88); }
div.DivClassName
{
background-color: #942858;
}
.BgClassName
{
background-color: #942858;
}
</style>
border-color css
<style>
span { border-color: #942858; }
span { border-color: rgb(148,40,88); }
td.TdClassName
{
border-color: #942858;
}
.TagClassName
{
border-color: #942858;
}
</style>