Shades of Lipstick #951144
Tints of Lipstick #951144
RGB
CMYK
RGB Variations
Color information
#951144 (or 0x951144) is known color: Lipstick. HEX triplet: 95, 11 and 44. RGB value is (149,17,68). Sum of RGB (Red+Green+Blue) = 149+17+68=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #951144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951144 is #6AEEBB. Grayscale: #3E3E3E. Windows color (decimal): -7007932 or 4460949. OLE color: 4460949.
HSL color Cylindrical-coordinate representation of color #951144: hue angle of 336.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951144 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 68 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.42 |
| HSL | 336.82º | 0.8% | 0.33% | - |
| HSV(B) | 336.82º | 0.89% | 0.58% | - |
| XYZ | 13.64 | 7.21 | 6.14 | - |
| YUV | 62.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 68 | 0 | 0.89 | 0.54 | 0.42 | 336.82 | 0.8 | 0.33 |
| Hex | 95 | 11 | 44 | 0 | 59 | 36 | 2A | 151 | 50 | 21 |
| Octal | 225 | 21 | 104 | 0 | 131 | 66 | 52 | 521 | 120 | 41 |
| Binary | 10010101 | 10001 | 1000100 | 0 | 1011001 | 110110 | 101010 | 101010001 | 1010000 | 100001 |
Color Harmonies of #951144
Complementary color
Monochromatic Colors of #951144
Black with #951144
Text Example
Text Example
White with #951144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951144; }
p { color: rgb(149,17,68); }
H1.HeaderClassName
{
color: #951144;
}
.AnyTagClassName
{
color: #951144;
}
</style>
background-color css
<style>
a { background-color: #951144; }
a { background-color: rgb(149,17,68); }
div.DivClassName
{
background-color: #951144;
}
.BgClassName
{
background-color: #951144;
}
</style>
border-color css
<style>
span { border-color: #951144; }
span { border-color: rgb(149,17,68); }
td.TdClassName
{
border-color: #951144;
}
.TagClassName
{
border-color: #951144;
}
</style>