Shades of Lipstick #952059
Tints of Lipstick #952059
RGB
CMYK
RGB Variations
Color information
#952059 (or 0x952059) is known color: Lipstick. HEX triplet: 95, 20 and 59. RGB value is (149,32,89). Sum of RGB (Red+Green+Blue) = 149+32+89=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #952059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952059 is #6ADFA6. Grayscale: #494949. Windows color (decimal): -7004071 or 5841045. OLE color: 5841045.
HSL color Cylindrical-coordinate representation of color #952059: hue angle of 330.77º 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 #952059 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 89 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.42 |
| HSL | 330.77º | 0.65% | 0.35% | - |
| HSV(B) | 330.77º | 0.79% | 0.58% | - |
| XYZ | 14.71 | 8.14 | 10.25 | - |
| YUV | 73.48 | 136.76 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 89 | 0 | 0.79 | 0.40 | 0.42 | 330.77 | 0.65 | 0.35 |
| Hex | 95 | 20 | 59 | 0 | 4F | 28 | 2A | 14B | 41 | 23 |
| Octal | 225 | 40 | 131 | 0 | 117 | 50 | 52 | 513 | 101 | 43 |
| Binary | 10010101 | 100000 | 1011001 | 0 | 1001111 | 101000 | 101010 | 101001011 | 1000001 | 100011 |
Color Harmonies of #952059
Complementary color
Monochromatic Colors of #952059
Black with #952059
Text Example
Text Example
White with #952059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952059; }
p { color: rgb(149,32,89); }
H1.HeaderClassName
{
color: #952059;
}
.AnyTagClassName
{
color: #952059;
}
</style>
background-color css
<style>
a { background-color: #952059; }
a { background-color: rgb(149,32,89); }
div.DivClassName
{
background-color: #952059;
}
.BgClassName
{
background-color: #952059;
}
</style>
border-color css
<style>
span { border-color: #952059; }
span { border-color: rgb(149,32,89); }
td.TdClassName
{
border-color: #952059;
}
.TagClassName
{
border-color: #952059;
}
</style>