Shades of Lipstick #952444
Tints of Lipstick #952444
RGB
CMYK
RGB Variations
Color information
#952444 (or 0x952444) is known color: Lipstick. HEX triplet: 95, 24 and 44. RGB value is (149,36,68). Sum of RGB (Red+Green+Blue) = 149+36+68=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #952444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952444 is #6ADBBB. Grayscale: #494949. Windows color (decimal): -7003068 or 4465813. OLE color: 4465813.
HSL color Cylindrical-coordinate representation of color #952444: hue angle of 343.01º 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 #952444 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 68 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.42 |
| HSL | 343.01º | 0.61% | 0.36% | - |
| HSV(B) | 343.01º | 0.76% | 0.58% | - |
| XYZ | 14.07 | 8.07 | 6.28 | - |
| YUV | 73.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 68 | 0 | 0.76 | 0.54 | 0.42 | 343.01 | 0.61 | 0.36 |
| Hex | 95 | 24 | 44 | 0 | 4C | 36 | 2A | 157 | 3D | 24 |
| Octal | 225 | 44 | 104 | 0 | 114 | 66 | 52 | 527 | 75 | 44 |
| Binary | 10010101 | 100100 | 1000100 | 0 | 1001100 | 110110 | 101010 | 101010111 | 111101 | 100100 |
Color Harmonies of #952444
Complementary color
Monochromatic Colors of #952444
Black with #952444
Text Example
Text Example
White with #952444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952444; }
p { color: rgb(149,36,68); }
H1.HeaderClassName
{
color: #952444;
}
.AnyTagClassName
{
color: #952444;
}
</style>
background-color css
<style>
a { background-color: #952444; }
a { background-color: rgb(149,36,68); }
div.DivClassName
{
background-color: #952444;
}
.BgClassName
{
background-color: #952444;
}
</style>
border-color css
<style>
span { border-color: #952444; }
span { border-color: rgb(149,36,68); }
td.TdClassName
{
border-color: #952444;
}
.TagClassName
{
border-color: #952444;
}
</style>