Shades of Lipstick #952155
Tints of Lipstick #952155
RGB
CMYK
RGB Variations
Color information
#952155 (or 0x952155) is known color: Lipstick. HEX triplet: 95, 21 and 55. RGB value is (149,33,85). Sum of RGB (Red+Green+Blue) = 149+33+85=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #952155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952155 is #6ADEAA. Grayscale: #494949. Windows color (decimal): -7003819 or 5579157. OLE color: 5579157.
HSL color Cylindrical-coordinate representation of color #952155: hue angle of 333.1º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952155 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 85 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.42 |
| HSL | 333.1º | 0.64% | 0.36% | - |
| HSV(B) | 333.1º | 0.78% | 0.58% | - |
| XYZ | 14.58 | 8.13 | 9.4 | - |
| YUV | 73.61 | 134.43 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 85 | 0 | 0.78 | 0.43 | 0.42 | 333.1 | 0.64 | 0.36 |
| Hex | 95 | 21 | 55 | 0 | 4E | 2B | 2A | 14D | 40 | 24 |
| Octal | 225 | 41 | 125 | 0 | 116 | 53 | 52 | 515 | 100 | 44 |
| Binary | 10010101 | 100001 | 1010101 | 0 | 1001110 | 101011 | 101010 | 101001101 | 1000000 | 100100 |
Color Harmonies of #952155
Complementary color
Monochromatic Colors of #952155
Black with #952155
Text Example
Text Example
White with #952155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952155; }
p { color: rgb(149,33,85); }
H1.HeaderClassName
{
color: #952155;
}
.AnyTagClassName
{
color: #952155;
}
</style>
background-color css
<style>
a { background-color: #952155; }
a { background-color: rgb(149,33,85); }
div.DivClassName
{
background-color: #952155;
}
.BgClassName
{
background-color: #952155;
}
</style>
border-color css
<style>
span { border-color: #952155; }
span { border-color: rgb(149,33,85); }
td.TdClassName
{
border-color: #952155;
}
.TagClassName
{
border-color: #952155;
}
</style>