Shades of Lipstick #952450
Tints of Lipstick #952450
RGB
CMYK
RGB Variations
Color information
#952450 (or 0x952450) is known color: Lipstick. HEX triplet: 95, 24 and 50. RGB value is (149,36,80). Sum of RGB (Red+Green+Blue) = 149+36+80=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #952450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952450 is #6ADBAF. Grayscale: #4A4A4A. Windows color (decimal): -7003056 or 5252245. OLE color: 5252245.
HSL color Cylindrical-coordinate representation of color #952450: hue angle of 336.64º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952450 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 80 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.42 |
| HSL | 336.64º | 0.61% | 0.36% | - |
| HSV(B) | 336.64º | 0.76% | 0.58% | - |
| XYZ | 14.47 | 8.23 | 8.42 | - |
| YUV | 74.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 80 | 0 | 0.76 | 0.46 | 0.42 | 336.64 | 0.61 | 0.36 |
| Hex | 95 | 24 | 50 | 0 | 4C | 2E | 2A | 151 | 3D | 24 |
| Octal | 225 | 44 | 120 | 0 | 114 | 56 | 52 | 521 | 75 | 44 |
| Binary | 10010101 | 100100 | 1010000 | 0 | 1001100 | 101110 | 101010 | 101010001 | 111101 | 100100 |
Color Harmonies of #952450
Complementary color
Monochromatic Colors of #952450
Black with #952450
Text Example
Text Example
White with #952450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952450; }
p { color: rgb(149,36,80); }
H1.HeaderClassName
{
color: #952450;
}
.AnyTagClassName
{
color: #952450;
}
</style>
background-color css
<style>
a { background-color: #952450; }
a { background-color: rgb(149,36,80); }
div.DivClassName
{
background-color: #952450;
}
.BgClassName
{
background-color: #952450;
}
</style>
border-color css
<style>
span { border-color: #952450; }
span { border-color: rgb(149,36,80); }
td.TdClassName
{
border-color: #952450;
}
.TagClassName
{
border-color: #952450;
}
</style>