Shades of Lipstick #952863
Tints of Lipstick #952863
RGB
CMYK
RGB Variations
Color information
#952863 (or 0x952863) is known color: Lipstick. HEX triplet: 95, 28 and 63. RGB value is (149,40,99). Sum of RGB (Red+Green+Blue) = 149+40+99=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #952863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952863 is #6AD79C. Grayscale: #4F4F4F. Windows color (decimal): -7002013 or 6498453. OLE color: 6498453.
HSL color Cylindrical-coordinate representation of color #952863: hue angle of 327.52º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952863 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 99 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.42 |
| HSL | 327.52º | 0.58% | 0.37% | - |
| HSV(B) | 327.52º | 0.73% | 0.58% | - |
| XYZ | 15.41 | 8.81 | 12.69 | - |
| YUV | 79.32 | 139.11 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 99 | 0 | 0.73 | 0.34 | 0.42 | 327.52 | 0.58 | 0.37 |
| Hex | 95 | 28 | 63 | 0 | 49 | 22 | 2A | 148 | 3A | 25 |
| Octal | 225 | 50 | 143 | 0 | 111 | 42 | 52 | 510 | 72 | 45 |
| Binary | 10010101 | 101000 | 1100011 | 0 | 1001001 | 100010 | 101010 | 101001000 | 111010 | 100101 |
Color Harmonies of #952863
Complementary color
Monochromatic Colors of #952863
Black with #952863
Text Example
Text Example
White with #952863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952863; }
p { color: rgb(149,40,99); }
H1.HeaderClassName
{
color: #952863;
}
.AnyTagClassName
{
color: #952863;
}
</style>
background-color css
<style>
a { background-color: #952863; }
a { background-color: rgb(149,40,99); }
div.DivClassName
{
background-color: #952863;
}
.BgClassName
{
background-color: #952863;
}
</style>
border-color css
<style>
span { border-color: #952863; }
span { border-color: rgb(149,40,99); }
td.TdClassName
{
border-color: #952863;
}
.TagClassName
{
border-color: #952863;
}
</style>