Shades of Lipstick #952E56
Tints of Lipstick #952E56
RGB
CMYK
RGB Variations
Color information
#952E56 (or 0x952E56) is known color: Lipstick. HEX triplet: 95, 2E and 56. RGB value is (149,46,86). Sum of RGB (Red+Green+Blue) = 149+46+86=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #952E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E56 is #6AD1A9. Grayscale: #515151. Windows color (decimal): -7000490 or 5648021. OLE color: 5648021.
HSL color Cylindrical-coordinate representation of color #952E56: hue angle of 336.7º 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 #952E56 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 86 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.42 |
| HSL | 336.7º | 0.53% | 0.38% | - |
| HSV(B) | 336.7º | 0.69% | 0.58% | - |
| XYZ | 15.05 | 9.02 | 9.75 | - |
| YUV | 81.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 86 | 0 | 0.69 | 0.42 | 0.42 | 336.7 | 0.53 | 0.38 |
| Hex | 95 | 2E | 56 | 0 | 45 | 2A | 2A | 151 | 35 | 26 |
| Octal | 225 | 56 | 126 | 0 | 105 | 52 | 52 | 521 | 65 | 46 |
| Binary | 10010101 | 101110 | 1010110 | 0 | 1000101 | 101010 | 101010 | 101010001 | 110101 | 100110 |
Color Harmonies of #952E56
Complementary color
Monochromatic Colors of #952E56
Black with #952E56
Text Example
Text Example
White with #952E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E56; }
p { color: rgb(149,46,86); }
H1.HeaderClassName
{
color: #952E56;
}
.AnyTagClassName
{
color: #952E56;
}
</style>
background-color css
<style>
a { background-color: #952E56; }
a { background-color: rgb(149,46,86); }
div.DivClassName
{
background-color: #952E56;
}
.BgClassName
{
background-color: #952E56;
}
</style>
border-color css
<style>
span { border-color: #952E56; }
span { border-color: rgb(149,46,86); }
td.TdClassName
{
border-color: #952E56;
}
.TagClassName
{
border-color: #952E56;
}
</style>