Shades of Lipstick #962E6A
Tints of Lipstick #962E6A
RGB
CMYK
RGB Variations
Color information
#962E6A (or 0x962E6A) is known color: Lipstick. HEX triplet: 96, 2E and 6A. RGB value is (150,46,106). Sum of RGB (Red+Green+Blue) = 150+46+106=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #962E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962E6A is #69D195. Grayscale: #535353. Windows color (decimal): -6934934 or 6958742. OLE color: 6958742.
HSL color Cylindrical-coordinate representation of color #962E6A: hue angle of 325.38º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962E6A is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 106 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.41 |
| HSL | 325.38º | 0.53% | 0.38% | - |
| HSV(B) | 325.38º | 0.69% | 0.59% | - |
| XYZ | 16.16 | 9.48 | 14.61 | - |
| YUV | 83.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 106 | 0 | 0.69 | 0.29 | 0.41 | 325.38 | 0.53 | 0.38 |
| Hex | 96 | 2E | 6A | 0 | 45 | 1D | 29 | 145 | 35 | 26 |
| Octal | 226 | 56 | 152 | 0 | 105 | 35 | 51 | 505 | 65 | 46 |
| Binary | 10010110 | 101110 | 1101010 | 0 | 1000101 | 11101 | 101001 | 101000101 | 110101 | 100110 |
Color Harmonies of #962E6A
Complementary color
Monochromatic Colors of #962E6A
Black with #962E6A
Text Example
Text Example
White with #962E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E6A; }
p { color: rgb(150,46,106); }
H1.HeaderClassName
{
color: #962E6A;
}
.AnyTagClassName
{
color: #962E6A;
}
</style>
background-color css
<style>
a { background-color: #962E6A; }
a { background-color: rgb(150,46,106); }
div.DivClassName
{
background-color: #962E6A;
}
.BgClassName
{
background-color: #962E6A;
}
</style>
border-color css
<style>
span { border-color: #962E6A; }
span { border-color: rgb(150,46,106); }
td.TdClassName
{
border-color: #962E6A;
}
.TagClassName
{
border-color: #962E6A;
}
</style>