Shades of Lipstick #952E59
Tints of Lipstick #952E59
RGB
CMYK
RGB Variations
Color information
#952E59 (or 0x952E59) is known color: Lipstick. HEX triplet: 95, 2E and 59. RGB value is (149,46,89). Sum of RGB (Red+Green+Blue) = 149+46+89=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #952E59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E59 is #6AD1A6. Grayscale: #515151. Windows color (decimal): -7000487 or 5844629. OLE color: 5844629.
HSL color Cylindrical-coordinate representation of color #952E59: hue angle of 334.95º 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 #952E59 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 89 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.42 |
| HSL | 334.95º | 0.53% | 0.38% | - |
| HSV(B) | 334.95º | 0.69% | 0.58% | - |
| XYZ | 15.17 | 9.06 | 10.4 | - |
| YUV | 81.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 89 | 0 | 0.69 | 0.40 | 0.42 | 334.95 | 0.53 | 0.38 |
| Hex | 95 | 2E | 59 | 0 | 45 | 28 | 2A | 14F | 35 | 26 |
| Octal | 225 | 56 | 131 | 0 | 105 | 50 | 52 | 517 | 65 | 46 |
| Binary | 10010101 | 101110 | 1011001 | 0 | 1000101 | 101000 | 101010 | 101001111 | 110101 | 100110 |
Color Harmonies of #952E59
Complementary color
Monochromatic Colors of #952E59
Black with #952E59
Text Example
Text Example
White with #952E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E59; }
p { color: rgb(149,46,89); }
H1.HeaderClassName
{
color: #952E59;
}
.AnyTagClassName
{
color: #952E59;
}
</style>
background-color css
<style>
a { background-color: #952E59; }
a { background-color: rgb(149,46,89); }
div.DivClassName
{
background-color: #952E59;
}
.BgClassName
{
background-color: #952E59;
}
</style>
border-color css
<style>
span { border-color: #952E59; }
span { border-color: rgb(149,46,89); }
td.TdClassName
{
border-color: #952E59;
}
.TagClassName
{
border-color: #952E59;
}
</style>