Shades of Lipstick #953955
Tints of Lipstick #953955
RGB
CMYK
RGB Variations
Color information
#953955 (or 0x953955) is known color: Lipstick. HEX triplet: 95, 39 and 55. RGB value is (149,57,85). Sum of RGB (Red+Green+Blue) = 149+57+85=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #953955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953955 is #6AC6AA. Grayscale: #575757. Windows color (decimal): -6997675 or 5585301. OLE color: 5585301.
HSL color Cylindrical-coordinate representation of color #953955: hue angle of 341.74º 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 #953955 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 57 | 85 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.42 |
| HSL | 341.74º | 0.45% | 0.4% | - |
| HSV(B) | 341.74º | 0.62% | 0.58% | - |
| XYZ | 15.5 | 9.97 | 9.7 | - |
| YUV | 87.7 | 126.48 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 85 | 0 | 0.62 | 0.43 | 0.42 | 341.74 | 0.45 | 0.4 |
| Hex | 95 | 39 | 55 | 0 | 3E | 2B | 2A | 156 | 2D | 28 |
| Octal | 225 | 71 | 125 | 0 | 76 | 53 | 52 | 526 | 55 | 50 |
| Binary | 10010101 | 111001 | 1010101 | 0 | 111110 | 101011 | 101010 | 101010110 | 101101 | 101000 |
Color Harmonies of #953955
Complementary color
Monochromatic Colors of #953955
Black with #953955
Text Example
Text Example
White with #953955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953955; }
p { color: rgb(149,57,85); }
H1.HeaderClassName
{
color: #953955;
}
.AnyTagClassName
{
color: #953955;
}
</style>
background-color css
<style>
a { background-color: #953955; }
a { background-color: rgb(149,57,85); }
div.DivClassName
{
background-color: #953955;
}
.BgClassName
{
background-color: #953955;
}
</style>
border-color css
<style>
span { border-color: #953955; }
span { border-color: rgb(149,57,85); }
td.TdClassName
{
border-color: #953955;
}
.TagClassName
{
border-color: #953955;
}
</style>