Shades of Lipstick #951249
Tints of Lipstick #951249
RGB
CMYK
RGB Variations
Color information
#951249 (or 0x951249) is known color: Lipstick. HEX triplet: 95, 12 and 49. RGB value is (149,18,73). Sum of RGB (Red+Green+Blue) = 149+18+73=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #951249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951249 is #6AEDB6. Grayscale: #3F3F3F. Windows color (decimal): -7007671 or 4788885. OLE color: 4788885.
HSL color Cylindrical-coordinate representation of color #951249: hue angle of 334.81º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951249 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 73 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.42 |
| HSL | 334.81º | 0.78% | 0.33% | - |
| HSV(B) | 334.81º | 0.88% | 0.58% | - |
| XYZ | 13.81 | 7.3 | 6.98 | - |
| YUV | 63.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 73 | 0 | 0.88 | 0.51 | 0.42 | 334.81 | 0.78 | 0.33 |
| Hex | 95 | 12 | 49 | 0 | 58 | 33 | 2A | 14F | 4E | 21 |
| Octal | 225 | 22 | 111 | 0 | 130 | 63 | 52 | 517 | 116 | 41 |
| Binary | 10010101 | 10010 | 1001001 | 0 | 1011000 | 110011 | 101010 | 101001111 | 1001110 | 100001 |
Color Harmonies of #951249
Complementary color
Monochromatic Colors of #951249
Black with #951249
Text Example
Text Example
White with #951249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951249; }
p { color: rgb(149,18,73); }
H1.HeaderClassName
{
color: #951249;
}
.AnyTagClassName
{
color: #951249;
}
</style>
background-color css
<style>
a { background-color: #951249; }
a { background-color: rgb(149,18,73); }
div.DivClassName
{
background-color: #951249;
}
.BgClassName
{
background-color: #951249;
}
</style>
border-color css
<style>
span { border-color: #951249; }
span { border-color: rgb(149,18,73); }
td.TdClassName
{
border-color: #951249;
}
.TagClassName
{
border-color: #951249;
}
</style>