Shades of Lipstick #952B58
Tints of Lipstick #952B58
RGB
CMYK
RGB Variations
Color information
#952B58 (or 0x952B58) is known color: Lipstick. HEX triplet: 95, 2B and 58. RGB value is (149,43,88). Sum of RGB (Red+Green+Blue) = 149+43+88=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #952B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B58 is #6AD4A7. Grayscale: #4F4F4F. Windows color (decimal): -7001256 or 5778325. OLE color: 5778325.
HSL color Cylindrical-coordinate representation of color #952B58: hue angle of 334.53º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B58 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 88 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.42 |
| HSL | 334.53º | 0.55% | 0.38% | - |
| HSV(B) | 334.53º | 0.71% | 0.58% | - |
| XYZ | 15.02 | 8.82 | 10.14 | - |
| YUV | 79.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 88 | 0 | 0.71 | 0.41 | 0.42 | 334.53 | 0.55 | 0.38 |
| Hex | 95 | 2B | 58 | 0 | 47 | 29 | 2A | 14F | 37 | 26 |
| Octal | 225 | 53 | 130 | 0 | 107 | 51 | 52 | 517 | 67 | 46 |
| Binary | 10010101 | 101011 | 1011000 | 0 | 1000111 | 101001 | 101010 | 101001111 | 110111 | 100110 |
Color Harmonies of #952B58
Complementary color
Monochromatic Colors of #952B58
Black with #952B58
Text Example
Text Example
White with #952B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B58; }
p { color: rgb(149,43,88); }
H1.HeaderClassName
{
color: #952B58;
}
.AnyTagClassName
{
color: #952B58;
}
</style>
background-color css
<style>
a { background-color: #952B58; }
a { background-color: rgb(149,43,88); }
div.DivClassName
{
background-color: #952B58;
}
.BgClassName
{
background-color: #952B58;
}
</style>
border-color css
<style>
span { border-color: #952B58; }
span { border-color: rgb(149,43,88); }
td.TdClassName
{
border-color: #952B58;
}
.TagClassName
{
border-color: #952B58;
}
</style>