Shades of Lipstick #952464
Tints of Lipstick #952464
RGB
CMYK
RGB Variations
Color information
#952464 (or 0x952464) is known color: Lipstick. HEX triplet: 95, 24 and 64. RGB value is (149,36,100). Sum of RGB (Red+Green+Blue) = 149+36+100=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #952464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952464 is #6ADB9B. Grayscale: #4C4C4C. Windows color (decimal): -7003036 or 6562965. OLE color: 6562965.
HSL color Cylindrical-coordinate representation of color #952464: hue angle of 326.02º 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 #952464 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 100 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.42 |
| HSL | 326.02º | 0.61% | 0.36% | - |
| HSV(B) | 326.02º | 0.76% | 0.58% | - |
| XYZ | 15.33 | 8.57 | 12.9 | - |
| YUV | 77.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 100 | 0 | 0.76 | 0.33 | 0.42 | 326.02 | 0.61 | 0.36 |
| Hex | 95 | 24 | 64 | 0 | 4C | 21 | 2A | 146 | 3D | 24 |
| Octal | 225 | 44 | 144 | 0 | 114 | 41 | 52 | 506 | 75 | 44 |
| Binary | 10010101 | 100100 | 1100100 | 0 | 1001100 | 100001 | 101010 | 101000110 | 111101 | 100100 |
Color Harmonies of #952464
Complementary color
Monochromatic Colors of #952464
Black with #952464
Text Example
Text Example
White with #952464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952464; }
p { color: rgb(149,36,100); }
H1.HeaderClassName
{
color: #952464;
}
.AnyTagClassName
{
color: #952464;
}
</style>
background-color css
<style>
a { background-color: #952464; }
a { background-color: rgb(149,36,100); }
div.DivClassName
{
background-color: #952464;
}
.BgClassName
{
background-color: #952464;
}
</style>
border-color css
<style>
span { border-color: #952464; }
span { border-color: rgb(149,36,100); }
td.TdClassName
{
border-color: #952464;
}
.TagClassName
{
border-color: #952464;
}
</style>