Shades of Lipstick #952D50
Tints of Lipstick #952D50
RGB
CMYK
RGB Variations
Color information
#952D50 (or 0x952D50) is known color: Lipstick. HEX triplet: 95, 2D and 50. RGB value is (149,45,80). Sum of RGB (Red+Green+Blue) = 149+45+80=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #952D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D50 is #6AD2AF. Grayscale: #505050. Windows color (decimal): -7000752 or 5254549. OLE color: 5254549.
HSL color Cylindrical-coordinate representation of color #952D50: hue angle of 339.81º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D50 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 80 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.42 |
| HSL | 339.81º | 0.54% | 0.38% | - |
| HSV(B) | 339.81º | 0.7% | 0.58% | - |
| XYZ | 14.78 | 8.85 | 8.52 | - |
| YUV | 80.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 80 | 0 | 0.70 | 0.46 | 0.42 | 339.81 | 0.54 | 0.38 |
| Hex | 95 | 2D | 50 | 0 | 46 | 2E | 2A | 154 | 36 | 26 |
| Octal | 225 | 55 | 120 | 0 | 106 | 56 | 52 | 524 | 66 | 46 |
| Binary | 10010101 | 101101 | 1010000 | 0 | 1000110 | 101110 | 101010 | 101010100 | 110110 | 100110 |
Color Harmonies of #952D50
Complementary color
Monochromatic Colors of #952D50
Black with #952D50
Text Example
Text Example
White with #952D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D50; }
p { color: rgb(149,45,80); }
H1.HeaderClassName
{
color: #952D50;
}
.AnyTagClassName
{
color: #952D50;
}
</style>
background-color css
<style>
a { background-color: #952D50; }
a { background-color: rgb(149,45,80); }
div.DivClassName
{
background-color: #952D50;
}
.BgClassName
{
background-color: #952D50;
}
</style>
border-color css
<style>
span { border-color: #952D50; }
span { border-color: rgb(149,45,80); }
td.TdClassName
{
border-color: #952D50;
}
.TagClassName
{
border-color: #952D50;
}
</style>