Shades of Lipstick #952266
Tints of Lipstick #952266
RGB
CMYK
RGB Variations
Color information
#952266 (or 0x952266) is known color: Lipstick. HEX triplet: 95, 22 and 66. RGB value is (149,34,102). Sum of RGB (Red+Green+Blue) = 149+34+102=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #952266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952266 is #6ADD99. Grayscale: #4B4B4B. Windows color (decimal): -7003546 or 6693525. OLE color: 6693525.
HSL color Cylindrical-coordinate representation of color #952266: hue angle of 324.52º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952266 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 102 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.42 |
| HSL | 324.52º | 0.63% | 0.36% | - |
| HSV(B) | 324.52º | 0.77% | 0.58% | - |
| XYZ | 15.36 | 8.49 | 13.4 | - |
| YUV | 76.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 102 | 0 | 0.77 | 0.32 | 0.42 | 324.52 | 0.63 | 0.36 |
| Hex | 95 | 22 | 66 | 0 | 4D | 20 | 2A | 145 | 3F | 24 |
| Octal | 225 | 42 | 146 | 0 | 115 | 40 | 52 | 505 | 77 | 44 |
| Binary | 10010101 | 100010 | 1100110 | 0 | 1001101 | 100000 | 101010 | 101000101 | 111111 | 100100 |
Color Harmonies of #952266
Complementary color
Monochromatic Colors of #952266
Black with #952266
Text Example
Text Example
White with #952266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952266; }
p { color: rgb(149,34,102); }
H1.HeaderClassName
{
color: #952266;
}
.AnyTagClassName
{
color: #952266;
}
</style>
background-color css
<style>
a { background-color: #952266; }
a { background-color: rgb(149,34,102); }
div.DivClassName
{
background-color: #952266;
}
.BgClassName
{
background-color: #952266;
}
</style>
border-color css
<style>
span { border-color: #952266; }
span { border-color: rgb(149,34,102); }
td.TdClassName
{
border-color: #952266;
}
.TagClassName
{
border-color: #952266;
}
</style>