Shades of Lipstick #953255
Tints of Lipstick #953255
RGB
CMYK
RGB Variations
Color information
#953255 (or 0x953255) is known color: Lipstick. HEX triplet: 95, 32 and 55. RGB value is (149,50,85). Sum of RGB (Red+Green+Blue) = 149+50+85=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #953255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953255 is #6ACDAA. Grayscale: #535353. Windows color (decimal): -6999467 or 5583509. OLE color: 5583509.
HSL color Cylindrical-coordinate representation of color #953255: hue angle of 338.79º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953255 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 85 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.42 |
| HSL | 338.79º | 0.5% | 0.39% | - |
| HSV(B) | 338.79º | 0.66% | 0.58% | - |
| XYZ | 15.17 | 9.33 | 9.59 | - |
| YUV | 83.59 | 128.8 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 85 | 0 | 0.66 | 0.43 | 0.42 | 338.79 | 0.5 | 0.39 |
| Hex | 95 | 32 | 55 | 0 | 42 | 2B | 2A | 153 | 32 | 27 |
| Octal | 225 | 62 | 125 | 0 | 102 | 53 | 52 | 523 | 62 | 47 |
| Binary | 10010101 | 110010 | 1010101 | 0 | 1000010 | 101011 | 101010 | 101010011 | 110010 | 100111 |
Color Harmonies of #953255
Complementary color
Monochromatic Colors of #953255
Black with #953255
Text Example
Text Example
White with #953255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953255; }
p { color: rgb(149,50,85); }
H1.HeaderClassName
{
color: #953255;
}
.AnyTagClassName
{
color: #953255;
}
</style>
background-color css
<style>
a { background-color: #953255; }
a { background-color: rgb(149,50,85); }
div.DivClassName
{
background-color: #953255;
}
.BgClassName
{
background-color: #953255;
}
</style>
border-color css
<style>
span { border-color: #953255; }
span { border-color: rgb(149,50,85); }
td.TdClassName
{
border-color: #953255;
}
.TagClassName
{
border-color: #953255;
}
</style>