Shades of Lipstick #952065
Tints of Lipstick #952065
RGB
CMYK
RGB Variations
Color information
#952065 (or 0x952065) is known color: Lipstick. HEX triplet: 95, 20 and 65. RGB value is (149,32,101). Sum of RGB (Red+Green+Blue) = 149+32+101=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #952065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952065 is #6ADF9A. Grayscale: #4A4A4A. Windows color (decimal): -7004059 or 6627477. OLE color: 6627477.
HSL color Cylindrical-coordinate representation of color #952065: hue angle of 324.62º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952065 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 101 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.42 |
| HSL | 324.62º | 0.65% | 0.35% | - |
| HSV(B) | 324.62º | 0.79% | 0.58% | - |
| XYZ | 15.26 | 8.36 | 13.12 | - |
| YUV | 74.85 | 142.76 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 101 | 0 | 0.79 | 0.32 | 0.42 | 324.62 | 0.65 | 0.35 |
| Hex | 95 | 20 | 65 | 0 | 4F | 20 | 2A | 145 | 41 | 23 |
| Octal | 225 | 40 | 145 | 0 | 117 | 40 | 52 | 505 | 101 | 43 |
| Binary | 10010101 | 100000 | 1100101 | 0 | 1001111 | 100000 | 101010 | 101000101 | 1000001 | 100011 |
Color Harmonies of #952065
Complementary color
Monochromatic Colors of #952065
Black with #952065
Text Example
Text Example
White with #952065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952065; }
p { color: rgb(149,32,101); }
H1.HeaderClassName
{
color: #952065;
}
.AnyTagClassName
{
color: #952065;
}
</style>
background-color css
<style>
a { background-color: #952065; }
a { background-color: rgb(149,32,101); }
div.DivClassName
{
background-color: #952065;
}
.BgClassName
{
background-color: #952065;
}
</style>
border-color css
<style>
span { border-color: #952065; }
span { border-color: rgb(149,32,101); }
td.TdClassName
{
border-color: #952065;
}
.TagClassName
{
border-color: #952065;
}
</style>