Shades of Lipstick #962557
Tints of Lipstick #962557
RGB
CMYK
RGB Variations
Color information
#962557 (or 0x962557) is known color: Lipstick. HEX triplet: 96, 25 and 57. RGB value is (150,37,87). Sum of RGB (Red+Green+Blue) = 150+37+87=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #962557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962557 is #69DAA8. Grayscale: #4C4C4C. Windows color (decimal): -6937257 or 5711254. OLE color: 5711254.
HSL color Cylindrical-coordinate representation of color #962557: hue angle of 333.45º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962557 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 87 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.41 |
| HSL | 333.45º | 0.6% | 0.37% | - |
| HSV(B) | 333.45º | 0.75% | 0.59% | - |
| XYZ | 14.96 | 8.5 | 9.87 | - |
| YUV | 76.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 87 | 0 | 0.75 | 0.42 | 0.41 | 333.45 | 0.6 | 0.37 |
| Hex | 96 | 25 | 57 | 0 | 4B | 2A | 29 | 14D | 3C | 25 |
| Octal | 226 | 45 | 127 | 0 | 113 | 52 | 51 | 515 | 74 | 45 |
| Binary | 10010110 | 100101 | 1010111 | 0 | 1001011 | 101010 | 101001 | 101001101 | 111100 | 100101 |
Color Harmonies of #962557
Complementary color
Monochromatic Colors of #962557
Black with #962557
Text Example
Text Example
White with #962557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962557; }
p { color: rgb(150,37,87); }
H1.HeaderClassName
{
color: #962557;
}
.AnyTagClassName
{
color: #962557;
}
</style>
background-color css
<style>
a { background-color: #962557; }
a { background-color: rgb(150,37,87); }
div.DivClassName
{
background-color: #962557;
}
.BgClassName
{
background-color: #962557;
}
</style>
border-color css
<style>
span { border-color: #962557; }
span { border-color: rgb(150,37,87); }
td.TdClassName
{
border-color: #962557;
}
.TagClassName
{
border-color: #962557;
}
</style>