Shades of Lipstick #952552
Tints of Lipstick #952552
RGB
CMYK
RGB Variations
Color information
#952552 (or 0x952552) is known color: Lipstick. HEX triplet: 95, 25 and 52. RGB value is (149,37,82). Sum of RGB (Red+Green+Blue) = 149+37+82=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #952552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952552 is #6ADAAD. Grayscale: #4B4B4B. Windows color (decimal): -7002798 or 5383573. OLE color: 5383573.
HSL color Cylindrical-coordinate representation of color #952552: hue angle of 335.89º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952552 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 82 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.42 |
| HSL | 335.89º | 0.6% | 0.36% | - |
| HSV(B) | 335.89º | 0.75% | 0.58% | - |
| XYZ | 14.58 | 8.32 | 8.82 | - |
| YUV | 75.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 82 | 0 | 0.75 | 0.45 | 0.42 | 335.89 | 0.6 | 0.36 |
| Hex | 95 | 25 | 52 | 0 | 4B | 2D | 2A | 150 | 3C | 24 |
| Octal | 225 | 45 | 122 | 0 | 113 | 55 | 52 | 520 | 74 | 44 |
| Binary | 10010101 | 100101 | 1010010 | 0 | 1001011 | 101101 | 101010 | 101010000 | 111100 | 100100 |
Color Harmonies of #952552
Complementary color
Monochromatic Colors of #952552
Black with #952552
Text Example
Text Example
White with #952552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952552; }
p { color: rgb(149,37,82); }
H1.HeaderClassName
{
color: #952552;
}
.AnyTagClassName
{
color: #952552;
}
</style>
background-color css
<style>
a { background-color: #952552; }
a { background-color: rgb(149,37,82); }
div.DivClassName
{
background-color: #952552;
}
.BgClassName
{
background-color: #952552;
}
</style>
border-color css
<style>
span { border-color: #952552; }
span { border-color: rgb(149,37,82); }
td.TdClassName
{
border-color: #952552;
}
.TagClassName
{
border-color: #952552;
}
</style>