Shades of Lipstick #953150
Tints of Lipstick #953150
RGB
CMYK
RGB Variations
Color information
#953150 (or 0x953150) is known color: Lipstick. HEX triplet: 95, 31 and 50. RGB value is (149,49,80). Sum of RGB (Red+Green+Blue) = 149+49+80=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #953150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953150 is #6ACEAF. Grayscale: #525252. Windows color (decimal): -6999728 or 5255573. OLE color: 5255573.
HSL color Cylindrical-coordinate representation of color #953150: hue angle of 341.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953150 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 80 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.42 |
| HSL | 341.4º | 0.51% | 0.39% | - |
| HSV(B) | 341.4º | 0.67% | 0.58% | - |
| XYZ | 14.94 | 9.17 | 8.57 | - |
| YUV | 82.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 80 | 0 | 0.67 | 0.46 | 0.42 | 341.4 | 0.51 | 0.39 |
| Hex | 95 | 31 | 50 | 0 | 43 | 2E | 2A | 155 | 33 | 27 |
| Octal | 225 | 61 | 120 | 0 | 103 | 56 | 52 | 525 | 63 | 47 |
| Binary | 10010101 | 110001 | 1010000 | 0 | 1000011 | 101110 | 101010 | 101010101 | 110011 | 100111 |
Color Harmonies of #953150
Complementary color
Monochromatic Colors of #953150
Black with #953150
Text Example
Text Example
White with #953150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953150; }
p { color: rgb(149,49,80); }
H1.HeaderClassName
{
color: #953150;
}
.AnyTagClassName
{
color: #953150;
}
</style>
background-color css
<style>
a { background-color: #953150; }
a { background-color: rgb(149,49,80); }
div.DivClassName
{
background-color: #953150;
}
.BgClassName
{
background-color: #953150;
}
</style>
border-color css
<style>
span { border-color: #953150; }
span { border-color: rgb(149,49,80); }
td.TdClassName
{
border-color: #953150;
}
.TagClassName
{
border-color: #953150;
}
</style>