Shades of Lipstick #952F53
Tints of Lipstick #952F53
RGB
CMYK
RGB Variations
Color information
#952F53 (or 0x952F53) is known color: Lipstick. HEX triplet: 95, 2F and 53. RGB value is (149,47,83). Sum of RGB (Red+Green+Blue) = 149+47+83=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #952F53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952F53 is #6AD0AC. Grayscale: #515151. Windows color (decimal): -7000237 or 5451669. OLE color: 5451669.
HSL color Cylindrical-coordinate representation of color #952F53: hue angle of 338.82º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #952F53 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 47 | 83 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.42 |
| HSL | 338.82º | 0.52% | 0.38% | - |
| HSV(B) | 338.82º | 0.68% | 0.58% | - |
| XYZ | 14.97 | 9.05 | 9.14 | - |
| YUV | 81.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 83 | 0 | 0.68 | 0.44 | 0.42 | 338.82 | 0.52 | 0.38 |
| Hex | 95 | 2F | 53 | 0 | 44 | 2C | 2A | 153 | 34 | 26 |
| Octal | 225 | 57 | 123 | 0 | 104 | 54 | 52 | 523 | 64 | 46 |
| Binary | 10010101 | 101111 | 1010011 | 0 | 1000100 | 101100 | 101010 | 101010011 | 110100 | 100110 |
Color Harmonies of #952F53
Complementary color
Monochromatic Colors of #952F53
Black with #952F53
Text Example
Text Example
White with #952F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952F53; }
p { color: rgb(149,47,83); }
H1.HeaderClassName
{
color: #952F53;
}
.AnyTagClassName
{
color: #952F53;
}
</style>
background-color css
<style>
a { background-color: #952F53; }
a { background-color: rgb(149,47,83); }
div.DivClassName
{
background-color: #952F53;
}
.BgClassName
{
background-color: #952F53;
}
</style>
border-color css
<style>
span { border-color: #952F53; }
span { border-color: rgb(149,47,83); }
td.TdClassName
{
border-color: #952F53;
}
.TagClassName
{
border-color: #952F53;
}
</style>