Shades of Lipstick #953959
Tints of Lipstick #953959
RGB
CMYK
RGB Variations
Color information
#953959 (or 0x953959) is known color: Lipstick. HEX triplet: 95, 39 and 59. RGB value is (149,57,89). Sum of RGB (Red+Green+Blue) = 149+57+89=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #953959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953959 is #6AC6A6. Grayscale: #585858. Windows color (decimal): -6997671 or 5847445. OLE color: 5847445.
HSL color Cylindrical-coordinate representation of color #953959: hue angle of 339.13º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953959 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 57 | 89 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.42 |
| HSL | 339.13º | 0.45% | 0.4% | - |
| HSV(B) | 339.13º | 0.62% | 0.58% | - |
| XYZ | 15.66 | 10.04 | 10.56 | - |
| YUV | 88.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 89 | 0 | 0.62 | 0.40 | 0.42 | 339.13 | 0.45 | 0.4 |
| Hex | 95 | 39 | 59 | 0 | 3E | 28 | 2A | 153 | 2D | 28 |
| Octal | 225 | 71 | 131 | 0 | 76 | 50 | 52 | 523 | 55 | 50 |
| Binary | 10010101 | 111001 | 1011001 | 0 | 111110 | 101000 | 101010 | 101010011 | 101101 | 101000 |
Color Harmonies of #953959
Complementary color
Monochromatic Colors of #953959
Black with #953959
Text Example
Text Example
White with #953959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953959; }
p { color: rgb(149,57,89); }
H1.HeaderClassName
{
color: #953959;
}
.AnyTagClassName
{
color: #953959;
}
</style>
background-color css
<style>
a { background-color: #953959; }
a { background-color: rgb(149,57,89); }
div.DivClassName
{
background-color: #953959;
}
.BgClassName
{
background-color: #953959;
}
</style>
border-color css
<style>
span { border-color: #953959; }
span { border-color: rgb(149,57,89); }
td.TdClassName
{
border-color: #953959;
}
.TagClassName
{
border-color: #953959;
}
</style>