Shades of Lipstick #952D56
Tints of Lipstick #952D56
RGB
CMYK
RGB Variations
Color information
#952D56 (or 0x952D56) is known color: Lipstick. HEX triplet: 95, 2D and 56. RGB value is (149,45,86). Sum of RGB (Red+Green+Blue) = 149+45+86=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #952D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D56 is #6AD2A9. Grayscale: #505050. Windows color (decimal): -7000746 or 5647765. OLE color: 5647765.
HSL color Cylindrical-coordinate representation of color #952D56: hue angle of 336.35º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D56 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 86 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.42 |
| HSL | 336.35º | 0.54% | 0.38% | - |
| HSV(B) | 336.35º | 0.7% | 0.58% | - |
| XYZ | 15.01 | 8.94 | 9.74 | - |
| YUV | 80.77 | 130.96 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 86 | 0 | 0.70 | 0.42 | 0.42 | 336.35 | 0.54 | 0.38 |
| Hex | 95 | 2D | 56 | 0 | 46 | 2A | 2A | 150 | 36 | 26 |
| Octal | 225 | 55 | 126 | 0 | 106 | 52 | 52 | 520 | 66 | 46 |
| Binary | 10010101 | 101101 | 1010110 | 0 | 1000110 | 101010 | 101010 | 101010000 | 110110 | 100110 |
Color Harmonies of #952D56
Complementary color
Monochromatic Colors of #952D56
Black with #952D56
Text Example
Text Example
White with #952D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D56; }
p { color: rgb(149,45,86); }
H1.HeaderClassName
{
color: #952D56;
}
.AnyTagClassName
{
color: #952D56;
}
</style>
background-color css
<style>
a { background-color: #952D56; }
a { background-color: rgb(149,45,86); }
div.DivClassName
{
background-color: #952D56;
}
.BgClassName
{
background-color: #952D56;
}
</style>
border-color css
<style>
span { border-color: #952D56; }
span { border-color: rgb(149,45,86); }
td.TdClassName
{
border-color: #952D56;
}
.TagClassName
{
border-color: #952D56;
}
</style>