Shades of Lipstick #962157
Tints of Lipstick #962157
RGB
CMYK
RGB Variations
Color information
#962157 (or 0x962157) is known color: Lipstick. HEX triplet: 96, 21 and 57. RGB value is (150,33,87). Sum of RGB (Red+Green+Blue) = 150+33+87=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #962157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962157 is #69DEA8. Grayscale: #4A4A4A. Windows color (decimal): -6938281 or 5710230. OLE color: 5710230.
HSL color Cylindrical-coordinate representation of color #962157: hue angle of 332.31º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962157 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 87 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.41 |
| HSL | 332.31º | 0.64% | 0.36% | - |
| HSV(B) | 332.31º | 0.78% | 0.59% | - |
| XYZ | 14.84 | 8.26 | 9.83 | - |
| YUV | 74.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 87 | 0 | 0.78 | 0.42 | 0.41 | 332.31 | 0.64 | 0.36 |
| Hex | 96 | 21 | 57 | 0 | 4E | 2A | 29 | 14C | 40 | 24 |
| Octal | 226 | 41 | 127 | 0 | 116 | 52 | 51 | 514 | 100 | 44 |
| Binary | 10010110 | 100001 | 1010111 | 0 | 1001110 | 101010 | 101001 | 101001100 | 1000000 | 100100 |
Color Harmonies of #962157
Complementary color
Monochromatic Colors of #962157
Black with #962157
Text Example
Text Example
White with #962157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962157; }
p { color: rgb(150,33,87); }
H1.HeaderClassName
{
color: #962157;
}
.AnyTagClassName
{
color: #962157;
}
</style>
background-color css
<style>
a { background-color: #962157; }
a { background-color: rgb(150,33,87); }
div.DivClassName
{
background-color: #962157;
}
.BgClassName
{
background-color: #962157;
}
</style>
border-color css
<style>
span { border-color: #962157; }
span { border-color: rgb(150,33,87); }
td.TdClassName
{
border-color: #962157;
}
.TagClassName
{
border-color: #962157;
}
</style>