Shades of Lipstick #951949
Tints of Lipstick #951949
RGB
CMYK
RGB Variations
Color information
#951949 (or 0x951949) is known color: Lipstick. HEX triplet: 95, 19 and 49. RGB value is (149,25,73). Sum of RGB (Red+Green+Blue) = 149+25+73=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #951949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951949 is #6AE6B6. Grayscale: #434343. Windows color (decimal): -7005879 or 4790677. OLE color: 4790677.
HSL color Cylindrical-coordinate representation of color #951949: hue angle of 336.77º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951949 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 73 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.42 |
| HSL | 336.77º | 0.71% | 0.34% | - |
| HSV(B) | 336.77º | 0.83% | 0.58% | - |
| XYZ | 13.94 | 7.57 | 7.03 | - |
| YUV | 67.55 | 131.08 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 73 | 0 | 0.83 | 0.51 | 0.42 | 336.77 | 0.71 | 0.34 |
| Hex | 95 | 19 | 49 | 0 | 53 | 33 | 2A | 151 | 47 | 22 |
| Octal | 225 | 31 | 111 | 0 | 123 | 63 | 52 | 521 | 107 | 42 |
| Binary | 10010101 | 11001 | 1001001 | 0 | 1010011 | 110011 | 101010 | 101010001 | 1000111 | 100010 |
Color Harmonies of #951949
Complementary color
Monochromatic Colors of #951949
Black with #951949
Text Example
Text Example
White with #951949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951949; }
p { color: rgb(149,25,73); }
H1.HeaderClassName
{
color: #951949;
}
.AnyTagClassName
{
color: #951949;
}
</style>
background-color css
<style>
a { background-color: #951949; }
a { background-color: rgb(149,25,73); }
div.DivClassName
{
background-color: #951949;
}
.BgClassName
{
background-color: #951949;
}
</style>
border-color css
<style>
span { border-color: #951949; }
span { border-color: rgb(149,25,73); }
td.TdClassName
{
border-color: #951949;
}
.TagClassName
{
border-color: #951949;
}
</style>