Shades of Lipstick #952A59
Tints of Lipstick #952A59
RGB
CMYK
RGB Variations
Color information
#952A59 (or 0x952A59) is known color: Lipstick. HEX triplet: 95, 2A and 59. RGB value is (149,42,89). Sum of RGB (Red+Green+Blue) = 149+42+89=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #952A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952A59 is #6AD5A6. Grayscale: #4F4F4F. Windows color (decimal): -7001511 or 5843605. OLE color: 5843605.
HSL color Cylindrical-coordinate representation of color #952A59: hue angle of 333.64º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A59 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 89 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.42 |
| HSL | 333.64º | 0.56% | 0.37% | - |
| HSV(B) | 333.64º | 0.72% | 0.58% | - |
| XYZ | 15.03 | 8.77 | 10.35 | - |
| YUV | 79.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 89 | 0 | 0.72 | 0.40 | 0.42 | 333.64 | 0.56 | 0.37 |
| Hex | 95 | 2A | 59 | 0 | 48 | 28 | 2A | 14E | 38 | 25 |
| Octal | 225 | 52 | 131 | 0 | 110 | 50 | 52 | 516 | 70 | 45 |
| Binary | 10010101 | 101010 | 1011001 | 0 | 1001000 | 101000 | 101010 | 101001110 | 111000 | 100101 |
Color Harmonies of #952A59
Complementary color
Monochromatic Colors of #952A59
Black with #952A59
Text Example
Text Example
White with #952A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A59; }
p { color: rgb(149,42,89); }
H1.HeaderClassName
{
color: #952A59;
}
.AnyTagClassName
{
color: #952A59;
}
</style>
background-color css
<style>
a { background-color: #952A59; }
a { background-color: rgb(149,42,89); }
div.DivClassName
{
background-color: #952A59;
}
.BgClassName
{
background-color: #952A59;
}
</style>
border-color css
<style>
span { border-color: #952A59; }
span { border-color: rgb(149,42,89); }
td.TdClassName
{
border-color: #952A59;
}
.TagClassName
{
border-color: #952A59;
}
</style>