Shades of Lipstick #951855
Tints of Lipstick #951855
RGB
CMYK
RGB Variations
Color information
#951855 (or 0x951855) is known color: Lipstick. HEX triplet: 95, 18 and 55. RGB value is (149,24,85). Sum of RGB (Red+Green+Blue) = 149+24+85=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #951855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951855 is #6AE7AA. Grayscale: #444444. Windows color (decimal): -7006123 or 5576853. OLE color: 5576853.
HSL color Cylindrical-coordinate representation of color #951855: hue angle of 330.72º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951855 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 85 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.42 |
| HSL | 330.72º | 0.72% | 0.34% | - |
| HSV(B) | 330.72º | 0.84% | 0.58% | - |
| XYZ | 14.36 | 7.7 | 9.32 | - |
| YUV | 68.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 85 | 0 | 0.84 | 0.43 | 0.42 | 330.72 | 0.72 | 0.34 |
| Hex | 95 | 18 | 55 | 0 | 54 | 2B | 2A | 14B | 48 | 22 |
| Octal | 225 | 30 | 125 | 0 | 124 | 53 | 52 | 513 | 110 | 42 |
| Binary | 10010101 | 11000 | 1010101 | 0 | 1010100 | 101011 | 101010 | 101001011 | 1001000 | 100010 |
Color Harmonies of #951855
Complementary color
Monochromatic Colors of #951855
Black with #951855
Text Example
Text Example
White with #951855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951855; }
p { color: rgb(149,24,85); }
H1.HeaderClassName
{
color: #951855;
}
.AnyTagClassName
{
color: #951855;
}
</style>
background-color css
<style>
a { background-color: #951855; }
a { background-color: rgb(149,24,85); }
div.DivClassName
{
background-color: #951855;
}
.BgClassName
{
background-color: #951855;
}
</style>
border-color css
<style>
span { border-color: #951855; }
span { border-color: rgb(149,24,85); }
td.TdClassName
{
border-color: #951855;
}
.TagClassName
{
border-color: #951855;
}
</style>