Shades of Lipstick #952957
Tints of Lipstick #952957
RGB
CMYK
RGB Variations
Color information
#952957 (or 0x952957) is known color: Lipstick. HEX triplet: 95, 29 and 57. RGB value is (149,41,87). Sum of RGB (Red+Green+Blue) = 149+41+87=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #952957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952957 is #6AD6A8. Grayscale: #4E4E4E. Windows color (decimal): -7001769 or 5712277. OLE color: 5712277.
HSL color Cylindrical-coordinate representation of color #952957: hue angle of 334.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952957 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 87 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.42 |
| HSL | 334.44º | 0.57% | 0.37% | - |
| HSV(B) | 334.44º | 0.72% | 0.58% | - |
| XYZ | 14.91 | 8.66 | 9.9 | - |
| YUV | 78.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 87 | 0 | 0.72 | 0.42 | 0.42 | 334.44 | 0.57 | 0.37 |
| Hex | 95 | 29 | 57 | 0 | 48 | 2A | 2A | 14E | 39 | 25 |
| Octal | 225 | 51 | 127 | 0 | 110 | 52 | 52 | 516 | 71 | 45 |
| Binary | 10010101 | 101001 | 1010111 | 0 | 1001000 | 101010 | 101010 | 101001110 | 111001 | 100101 |
Color Harmonies of #952957
Complementary color
Monochromatic Colors of #952957
Black with #952957
Text Example
Text Example
White with #952957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952957; }
p { color: rgb(149,41,87); }
H1.HeaderClassName
{
color: #952957;
}
.AnyTagClassName
{
color: #952957;
}
</style>
background-color css
<style>
a { background-color: #952957; }
a { background-color: rgb(149,41,87); }
div.DivClassName
{
background-color: #952957;
}
.BgClassName
{
background-color: #952957;
}
</style>
border-color css
<style>
span { border-color: #952957; }
span { border-color: rgb(149,41,87); }
td.TdClassName
{
border-color: #952957;
}
.TagClassName
{
border-color: #952957;
}
</style>