Shades of Lipstick #952963
Tints of Lipstick #952963
RGB
CMYK
RGB Variations
Color information
#952963 (or 0x952963) is known color: Lipstick. HEX triplet: 95, 29 and 63. RGB value is (149,41,99). Sum of RGB (Red+Green+Blue) = 149+41+99=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #952963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952963 is #6AD69C. Grayscale: #4F4F4F. Windows color (decimal): -7001757 or 6498709. OLE color: 6498709.
HSL color Cylindrical-coordinate representation of color #952963: hue angle of 327.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952963 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 99 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.42 |
| HSL | 327.78º | 0.57% | 0.37% | - |
| HSV(B) | 327.78º | 0.72% | 0.58% | - |
| XYZ | 15.44 | 8.88 | 12.7 | - |
| YUV | 79.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 99 | 0 | 0.72 | 0.34 | 0.42 | 327.78 | 0.57 | 0.37 |
| Hex | 95 | 29 | 63 | 0 | 48 | 22 | 2A | 148 | 39 | 25 |
| Octal | 225 | 51 | 143 | 0 | 110 | 42 | 52 | 510 | 71 | 45 |
| Binary | 10010101 | 101001 | 1100011 | 0 | 1001000 | 100010 | 101010 | 101001000 | 111001 | 100101 |
Color Harmonies of #952963
Complementary color
Monochromatic Colors of #952963
Black with #952963
Text Example
Text Example
White with #952963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952963; }
p { color: rgb(149,41,99); }
H1.HeaderClassName
{
color: #952963;
}
.AnyTagClassName
{
color: #952963;
}
</style>
background-color css
<style>
a { background-color: #952963; }
a { background-color: rgb(149,41,99); }
div.DivClassName
{
background-color: #952963;
}
.BgClassName
{
background-color: #952963;
}
</style>
border-color css
<style>
span { border-color: #952963; }
span { border-color: rgb(149,41,99); }
td.TdClassName
{
border-color: #952963;
}
.TagClassName
{
border-color: #952963;
}
</style>