Shades of Lipstick #951944
Tints of Lipstick #951944
RGB
CMYK
RGB Variations
Color information
#951944 (or 0x951944) is known color: Lipstick. HEX triplet: 95, 19 and 44. RGB value is (149,25,68). Sum of RGB (Red+Green+Blue) = 149+25+68=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #951944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951944 is #6AE6BB. Grayscale: #424242. Windows color (decimal): -7005884 or 4462997. OLE color: 4462997.
HSL color Cylindrical-coordinate representation of color #951944: hue angle of 339.19º 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 #951944 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 68 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.42 |
| HSL | 339.19º | 0.71% | 0.34% | - |
| HSV(B) | 339.19º | 0.83% | 0.58% | - |
| XYZ | 13.79 | 7.5 | 6.19 | - |
| YUV | 66.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 68 | 0 | 0.83 | 0.54 | 0.42 | 339.19 | 0.71 | 0.34 |
| Hex | 95 | 19 | 44 | 0 | 53 | 36 | 2A | 153 | 47 | 22 |
| Octal | 225 | 31 | 104 | 0 | 123 | 66 | 52 | 523 | 107 | 42 |
| Binary | 10010101 | 11001 | 1000100 | 0 | 1010011 | 110110 | 101010 | 101010011 | 1000111 | 100010 |
Color Harmonies of #951944
Complementary color
Monochromatic Colors of #951944
Black with #951944
Text Example
Text Example
White with #951944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951944; }
p { color: rgb(149,25,68); }
H1.HeaderClassName
{
color: #951944;
}
.AnyTagClassName
{
color: #951944;
}
</style>
background-color css
<style>
a { background-color: #951944; }
a { background-color: rgb(149,25,68); }
div.DivClassName
{
background-color: #951944;
}
.BgClassName
{
background-color: #951944;
}
</style>
border-color css
<style>
span { border-color: #951944; }
span { border-color: rgb(149,25,68); }
td.TdClassName
{
border-color: #951944;
}
.TagClassName
{
border-color: #951944;
}
</style>