Shades of Lipstick #952565
Tints of Lipstick #952565
RGB
CMYK
RGB Variations
Color information
#952565 (or 0x952565) is known color: Lipstick. HEX triplet: 95, 25 and 65. RGB value is (149,37,101). Sum of RGB (Red+Green+Blue) = 149+37+101=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #952565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952565 is #6ADA9A. Grayscale: #4D4D4D. Windows color (decimal): -7002779 or 6628757. OLE color: 6628757.
HSL color Cylindrical-coordinate representation of color #952565: hue angle of 325.71º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952565 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 101 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.42 |
| HSL | 325.71º | 0.6% | 0.36% | - |
| HSV(B) | 325.71º | 0.75% | 0.58% | - |
| XYZ | 15.4 | 8.65 | 13.17 | - |
| YUV | 77.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 101 | 0 | 0.75 | 0.32 | 0.42 | 325.71 | 0.6 | 0.36 |
| Hex | 95 | 25 | 65 | 0 | 4B | 20 | 2A | 146 | 3C | 24 |
| Octal | 225 | 45 | 145 | 0 | 113 | 40 | 52 | 506 | 74 | 44 |
| Binary | 10010101 | 100101 | 1100101 | 0 | 1001011 | 100000 | 101010 | 101000110 | 111100 | 100100 |
Color Harmonies of #952565
Complementary color
Monochromatic Colors of #952565
Black with #952565
Text Example
Text Example
White with #952565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952565; }
p { color: rgb(149,37,101); }
H1.HeaderClassName
{
color: #952565;
}
.AnyTagClassName
{
color: #952565;
}
</style>
background-color css
<style>
a { background-color: #952565; }
a { background-color: rgb(149,37,101); }
div.DivClassName
{
background-color: #952565;
}
.BgClassName
{
background-color: #952565;
}
</style>
border-color css
<style>
span { border-color: #952565; }
span { border-color: rgb(149,37,101); }
td.TdClassName
{
border-color: #952565;
}
.TagClassName
{
border-color: #952565;
}
</style>