Shades of Lipstick #952852
Tints of Lipstick #952852
RGB
CMYK
RGB Variations
Color information
#952852 (or 0x952852) is known color: Lipstick. HEX triplet: 95, 28 and 52. RGB value is (149,40,82). Sum of RGB (Red+Green+Blue) = 149+40+82=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #952852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952852 is #6AD7AD. Grayscale: #4D4D4D. Windows color (decimal): -7002030 or 5384341. OLE color: 5384341.
HSL color Cylindrical-coordinate representation of color #952852: hue angle of 336.88º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952852 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 82 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.42 |
| HSL | 336.88º | 0.58% | 0.37% | - |
| HSV(B) | 336.88º | 0.73% | 0.58% | - |
| XYZ | 14.68 | 8.52 | 8.85 | - |
| YUV | 77.38 | 130.61 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 82 | 0 | 0.73 | 0.45 | 0.42 | 336.88 | 0.58 | 0.37 |
| Hex | 95 | 28 | 52 | 0 | 49 | 2D | 2A | 151 | 3A | 25 |
| Octal | 225 | 50 | 122 | 0 | 111 | 55 | 52 | 521 | 72 | 45 |
| Binary | 10010101 | 101000 | 1010010 | 0 | 1001001 | 101101 | 101010 | 101010001 | 111010 | 100101 |
Color Harmonies of #952852
Complementary color
Monochromatic Colors of #952852
Black with #952852
Text Example
Text Example
White with #952852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952852; }
p { color: rgb(149,40,82); }
H1.HeaderClassName
{
color: #952852;
}
.AnyTagClassName
{
color: #952852;
}
</style>
background-color css
<style>
a { background-color: #952852; }
a { background-color: rgb(149,40,82); }
div.DivClassName
{
background-color: #952852;
}
.BgClassName
{
background-color: #952852;
}
</style>
border-color css
<style>
span { border-color: #952852; }
span { border-color: rgb(149,40,82); }
td.TdClassName
{
border-color: #952852;
}
.TagClassName
{
border-color: #952852;
}
</style>