Shades of Lipstick #952555
Tints of Lipstick #952555
RGB
CMYK
RGB Variations
Color information
#952555 (or 0x952555) is known color: Lipstick. HEX triplet: 95, 25 and 55. RGB value is (149,37,85). Sum of RGB (Red+Green+Blue) = 149+37+85=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #952555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952555 is #6ADAAA. Grayscale: #4B4B4B. Windows color (decimal): -7002795 or 5580181. OLE color: 5580181.
HSL color Cylindrical-coordinate representation of color #952555: hue angle of 334.29º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952555 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 85 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.42 |
| HSL | 334.29º | 0.6% | 0.36% | - |
| HSV(B) | 334.29º | 0.75% | 0.58% | - |
| XYZ | 14.7 | 8.37 | 9.44 | - |
| YUV | 75.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 85 | 0 | 0.75 | 0.43 | 0.42 | 334.29 | 0.6 | 0.36 |
| Hex | 95 | 25 | 55 | 0 | 4B | 2B | 2A | 14E | 3C | 24 |
| Octal | 225 | 45 | 125 | 0 | 113 | 53 | 52 | 516 | 74 | 44 |
| Binary | 10010101 | 100101 | 1010101 | 0 | 1001011 | 101011 | 101010 | 101001110 | 111100 | 100100 |
Color Harmonies of #952555
Complementary color
Monochromatic Colors of #952555
Black with #952555
Text Example
Text Example
White with #952555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952555; }
p { color: rgb(149,37,85); }
H1.HeaderClassName
{
color: #952555;
}
.AnyTagClassName
{
color: #952555;
}
</style>
background-color css
<style>
a { background-color: #952555; }
a { background-color: rgb(149,37,85); }
div.DivClassName
{
background-color: #952555;
}
.BgClassName
{
background-color: #952555;
}
</style>
border-color css
<style>
span { border-color: #952555; }
span { border-color: rgb(149,37,85); }
td.TdClassName
{
border-color: #952555;
}
.TagClassName
{
border-color: #952555;
}
</style>