Shades of Lipstick #953166
Tints of Lipstick #953166
RGB
CMYK
RGB Variations
Color information
#953166 (or 0x953166) is known color: Lipstick. HEX triplet: 95, 31 and 66. RGB value is (149,49,102). Sum of RGB (Red+Green+Blue) = 149+49+102=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #953166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953166 is #6ACE99. Grayscale: #545454. Windows color (decimal): -6999706 or 6697365. OLE color: 6697365.
HSL color Cylindrical-coordinate representation of color #953166: hue angle of 328.2º 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 #953166 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 102 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.42 |
| HSL | 328.2º | 0.51% | 0.39% | - |
| HSV(B) | 328.2º | 0.67% | 0.58% | - |
| XYZ | 15.89 | 9.55 | 13.58 | - |
| YUV | 84.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 102 | 0 | 0.67 | 0.32 | 0.42 | 328.2 | 0.51 | 0.39 |
| Hex | 95 | 31 | 66 | 0 | 43 | 20 | 2A | 148 | 33 | 27 |
| Octal | 225 | 61 | 146 | 0 | 103 | 40 | 52 | 510 | 63 | 47 |
| Binary | 10010101 | 110001 | 1100110 | 0 | 1000011 | 100000 | 101010 | 101001000 | 110011 | 100111 |
Color Harmonies of #953166
Complementary color
Monochromatic Colors of #953166
Black with #953166
Text Example
Text Example
White with #953166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953166; }
p { color: rgb(149,49,102); }
H1.HeaderClassName
{
color: #953166;
}
.AnyTagClassName
{
color: #953166;
}
</style>
background-color css
<style>
a { background-color: #953166; }
a { background-color: rgb(149,49,102); }
div.DivClassName
{
background-color: #953166;
}
.BgClassName
{
background-color: #953166;
}
</style>
border-color css
<style>
span { border-color: #953166; }
span { border-color: rgb(149,49,102); }
td.TdClassName
{
border-color: #953166;
}
.TagClassName
{
border-color: #953166;
}
</style>