Shades of Lipstick #952257
Tints of Lipstick #952257
RGB
CMYK
RGB Variations
Color information
#952257 (or 0x952257) is known color: Lipstick. HEX triplet: 95, 22 and 57. RGB value is (149,34,87). Sum of RGB (Red+Green+Blue) = 149+34+87=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #952257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952257 is #6ADDA8. Grayscale: #4A4A4A. Windows color (decimal): -7003561 or 5710485. OLE color: 5710485.
HSL color Cylindrical-coordinate representation of color #952257: hue angle of 332.35º 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 #952257 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 87 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.42 |
| HSL | 332.35º | 0.63% | 0.36% | - |
| HSV(B) | 332.35º | 0.77% | 0.58% | - |
| XYZ | 14.69 | 8.22 | 9.83 | - |
| YUV | 74.43 | 135.1 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 87 | 0 | 0.77 | 0.42 | 0.42 | 332.35 | 0.63 | 0.36 |
| Hex | 95 | 22 | 57 | 0 | 4D | 2A | 2A | 14C | 3F | 24 |
| Octal | 225 | 42 | 127 | 0 | 115 | 52 | 52 | 514 | 77 | 44 |
| Binary | 10010101 | 100010 | 1010111 | 0 | 1001101 | 101010 | 101010 | 101001100 | 111111 | 100100 |
Color Harmonies of #952257
Complementary color
Monochromatic Colors of #952257
Black with #952257
Text Example
Text Example
White with #952257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952257; }
p { color: rgb(149,34,87); }
H1.HeaderClassName
{
color: #952257;
}
.AnyTagClassName
{
color: #952257;
}
</style>
background-color css
<style>
a { background-color: #952257; }
a { background-color: rgb(149,34,87); }
div.DivClassName
{
background-color: #952257;
}
.BgClassName
{
background-color: #952257;
}
</style>
border-color css
<style>
span { border-color: #952257; }
span { border-color: rgb(149,34,87); }
td.TdClassName
{
border-color: #952257;
}
.TagClassName
{
border-color: #952257;
}
</style>