Shades of Lipstick #952E58
Tints of Lipstick #952E58
RGB
CMYK
RGB Variations
Color information
#952E58 (or 0x952E58) is known color: Lipstick. HEX triplet: 95, 2E and 58. RGB value is (149,46,88). Sum of RGB (Red+Green+Blue) = 149+46+88=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #952E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E58 is #6AD1A7. Grayscale: #515151. Windows color (decimal): -7000488 or 5779093. OLE color: 5779093.
HSL color Cylindrical-coordinate representation of color #952E58: hue angle of 335.53º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E58 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 88 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.42 |
| HSL | 335.53º | 0.53% | 0.38% | - |
| HSV(B) | 335.53º | 0.69% | 0.58% | - |
| XYZ | 15.13 | 9.05 | 10.18 | - |
| YUV | 81.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 88 | 0 | 0.69 | 0.41 | 0.42 | 335.53 | 0.53 | 0.38 |
| Hex | 95 | 2E | 58 | 0 | 45 | 29 | 2A | 150 | 35 | 26 |
| Octal | 225 | 56 | 130 | 0 | 105 | 51 | 52 | 520 | 65 | 46 |
| Binary | 10010101 | 101110 | 1011000 | 0 | 1000101 | 101001 | 101010 | 101010000 | 110101 | 100110 |
Color Harmonies of #952E58
Complementary color
Monochromatic Colors of #952E58
Black with #952E58
Text Example
Text Example
White with #952E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E58; }
p { color: rgb(149,46,88); }
H1.HeaderClassName
{
color: #952E58;
}
.AnyTagClassName
{
color: #952E58;
}
</style>
background-color css
<style>
a { background-color: #952E58; }
a { background-color: rgb(149,46,88); }
div.DivClassName
{
background-color: #952E58;
}
.BgClassName
{
background-color: #952E58;
}
</style>
border-color css
<style>
span { border-color: #952E58; }
span { border-color: rgb(149,46,88); }
td.TdClassName
{
border-color: #952E58;
}
.TagClassName
{
border-color: #952E58;
}
</style>