Shades of Lipstick #952249
Tints of Lipstick #952249
RGB
CMYK
RGB Variations
Color information
#952249 (or 0x952249) is known color: Lipstick. HEX triplet: 95, 22 and 49. RGB value is (149,34,73). Sum of RGB (Red+Green+Blue) = 149+34+73=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #952249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952249 is #6ADDB6. Grayscale: #484848. Windows color (decimal): -7003575 or 4792981. OLE color: 4792981.
HSL color Cylindrical-coordinate representation of color #952249: hue angle of 339.65º 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 #952249 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 73 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.42 |
| HSL | 339.65º | 0.63% | 0.36% | - |
| HSV(B) | 339.65º | 0.77% | 0.58% | - |
| XYZ | 14.17 | 8.01 | 7.1 | - |
| YUV | 72.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 73 | 0 | 0.77 | 0.51 | 0.42 | 339.65 | 0.63 | 0.36 |
| Hex | 95 | 22 | 49 | 0 | 4D | 33 | 2A | 154 | 3F | 24 |
| Octal | 225 | 42 | 111 | 0 | 115 | 63 | 52 | 524 | 77 | 44 |
| Binary | 10010101 | 100010 | 1001001 | 0 | 1001101 | 110011 | 101010 | 101010100 | 111111 | 100100 |
Color Harmonies of #952249
Complementary color
Monochromatic Colors of #952249
Black with #952249
Text Example
Text Example
White with #952249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952249; }
p { color: rgb(149,34,73); }
H1.HeaderClassName
{
color: #952249;
}
.AnyTagClassName
{
color: #952249;
}
</style>
background-color css
<style>
a { background-color: #952249; }
a { background-color: rgb(149,34,73); }
div.DivClassName
{
background-color: #952249;
}
.BgClassName
{
background-color: #952249;
}
</style>
border-color css
<style>
span { border-color: #952249; }
span { border-color: rgb(149,34,73); }
td.TdClassName
{
border-color: #952249;
}
.TagClassName
{
border-color: #952249;
}
</style>