Shades of Lipstick #952149
Tints of Lipstick #952149
RGB
CMYK
RGB Variations
Color information
#952149 (or 0x952149) is known color: Lipstick. HEX triplet: 95, 21 and 49. RGB value is (149,33,73). Sum of RGB (Red+Green+Blue) = 149+33+73=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #952149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952149 is #6ADEB6. Grayscale: #484848. Windows color (decimal): -7003831 or 4792725. OLE color: 4792725.
HSL color Cylindrical-coordinate representation of color #952149: hue angle of 339.31º 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 #952149 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 73 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.42 |
| HSL | 339.31º | 0.64% | 0.36% | - |
| HSV(B) | 339.31º | 0.78% | 0.58% | - |
| XYZ | 14.14 | 7.96 | 7.09 | - |
| YUV | 72.24 | 128.43 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 73 | 0 | 0.78 | 0.51 | 0.42 | 339.31 | 0.64 | 0.36 |
| Hex | 95 | 21 | 49 | 0 | 4E | 33 | 2A | 153 | 40 | 24 |
| Octal | 225 | 41 | 111 | 0 | 116 | 63 | 52 | 523 | 100 | 44 |
| Binary | 10010101 | 100001 | 1001001 | 0 | 1001110 | 110011 | 101010 | 101010011 | 1000000 | 100100 |
Color Harmonies of #952149
Complementary color
Monochromatic Colors of #952149
Black with #952149
Text Example
Text Example
White with #952149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952149; }
p { color: rgb(149,33,73); }
H1.HeaderClassName
{
color: #952149;
}
.AnyTagClassName
{
color: #952149;
}
</style>
background-color css
<style>
a { background-color: #952149; }
a { background-color: rgb(149,33,73); }
div.DivClassName
{
background-color: #952149;
}
.BgClassName
{
background-color: #952149;
}
</style>
border-color css
<style>
span { border-color: #952149; }
span { border-color: rgb(149,33,73); }
td.TdClassName
{
border-color: #952149;
}
.TagClassName
{
border-color: #952149;
}
</style>