Shades of Lipstick #951842
Tints of Lipstick #951842
RGB
CMYK
RGB Variations
Color information
#951842 (or 0x951842) is known color: Lipstick. HEX triplet: 95, 18 and 42. RGB value is (149,24,66). Sum of RGB (Red+Green+Blue) = 149+24+66=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #951842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951842 is #6AE7BD. Grayscale: #424242. Windows color (decimal): -7006142 or 4331669. OLE color: 4331669.
HSL color Cylindrical-coordinate representation of color #951842: hue angle of 339.84º 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 #951842 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 66 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.42 |
| HSL | 339.84º | 0.72% | 0.34% | - |
| HSV(B) | 339.84º | 0.84% | 0.58% | - |
| XYZ | 13.7 | 7.44 | 5.87 | - |
| YUV | 66.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 66 | 0 | 0.84 | 0.56 | 0.42 | 339.84 | 0.72 | 0.34 |
| Hex | 95 | 18 | 42 | 0 | 54 | 38 | 2A | 154 | 48 | 22 |
| Octal | 225 | 30 | 102 | 0 | 124 | 70 | 52 | 524 | 110 | 42 |
| Binary | 10010101 | 11000 | 1000010 | 0 | 1010100 | 111000 | 101010 | 101010100 | 1001000 | 100010 |
Color Harmonies of #951842
Complementary color
Monochromatic Colors of #951842
Black with #951842
Text Example
Text Example
White with #951842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951842; }
p { color: rgb(149,24,66); }
H1.HeaderClassName
{
color: #951842;
}
.AnyTagClassName
{
color: #951842;
}
</style>
background-color css
<style>
a { background-color: #951842; }
a { background-color: rgb(149,24,66); }
div.DivClassName
{
background-color: #951842;
}
.BgClassName
{
background-color: #951842;
}
</style>
border-color css
<style>
span { border-color: #951842; }
span { border-color: rgb(149,24,66); }
td.TdClassName
{
border-color: #951842;
}
.TagClassName
{
border-color: #951842;
}
</style>