Shades of Lipstick #952251
Tints of Lipstick #952251
RGB
CMYK
RGB Variations
Color information
#952251 (or 0x952251) is known color: Lipstick. HEX triplet: 95, 22 and 51. RGB value is (149,34,81). Sum of RGB (Red+Green+Blue) = 149+34+81=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #952251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952251 is #6ADDAE. Grayscale: #494949. Windows color (decimal): -7003567 or 5317269. OLE color: 5317269.
HSL color Cylindrical-coordinate representation of color #952251: hue angle of 335.48º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952251 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 81 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.42 |
| HSL | 335.48º | 0.63% | 0.36% | - |
| HSV(B) | 335.48º | 0.77% | 0.58% | - |
| XYZ | 14.45 | 8.13 | 8.59 | - |
| YUV | 73.74 | 132.1 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 81 | 0 | 0.77 | 0.46 | 0.42 | 335.48 | 0.63 | 0.36 |
| Hex | 95 | 22 | 51 | 0 | 4D | 2E | 2A | 14F | 3F | 24 |
| Octal | 225 | 42 | 121 | 0 | 115 | 56 | 52 | 517 | 77 | 44 |
| Binary | 10010101 | 100010 | 1010001 | 0 | 1001101 | 101110 | 101010 | 101001111 | 111111 | 100100 |
Color Harmonies of #952251
Complementary color
Monochromatic Colors of #952251
Black with #952251
Text Example
Text Example
White with #952251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952251; }
p { color: rgb(149,34,81); }
H1.HeaderClassName
{
color: #952251;
}
.AnyTagClassName
{
color: #952251;
}
</style>
background-color css
<style>
a { background-color: #952251; }
a { background-color: rgb(149,34,81); }
div.DivClassName
{
background-color: #952251;
}
.BgClassName
{
background-color: #952251;
}
</style>
border-color css
<style>
span { border-color: #952251; }
span { border-color: rgb(149,34,81); }
td.TdClassName
{
border-color: #952251;
}
.TagClassName
{
border-color: #952251;
}
</style>