Shades of Lipstick #962E4D
Tints of Lipstick #962E4D
RGB
CMYK
RGB Variations
Color information
#962E4D (or 0x962E4D) is known color: Lipstick. HEX triplet: 96, 2E and 4D. RGB value is (150,46,77). Sum of RGB (Red+Green+Blue) = 150+46+77=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #962E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962E4D is #69D1B2. Grayscale: #505050. Windows color (decimal): -6934963 or 5058198. OLE color: 5058198.
HSL color Cylindrical-coordinate representation of color #962E4D: hue angle of 342.12º 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 #962E4D is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 77 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.41 |
| HSL | 342.12º | 0.53% | 0.38% | - |
| HSV(B) | 342.12º | 0.69% | 0.59% | - |
| XYZ | 14.89 | 8.97 | 7.97 | - |
| YUV | 80.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 77 | 0 | 0.69 | 0.49 | 0.41 | 342.12 | 0.53 | 0.38 |
| Hex | 96 | 2E | 4D | 0 | 45 | 31 | 29 | 156 | 35 | 26 |
| Octal | 226 | 56 | 115 | 0 | 105 | 61 | 51 | 526 | 65 | 46 |
| Binary | 10010110 | 101110 | 1001101 | 0 | 1000101 | 110001 | 101001 | 101010110 | 110101 | 100110 |
Color Harmonies of #962E4D
Complementary color
Monochromatic Colors of #962E4D
Black with #962E4D
Text Example
Text Example
White with #962E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E4D; }
p { color: rgb(150,46,77); }
H1.HeaderClassName
{
color: #962E4D;
}
.AnyTagClassName
{
color: #962E4D;
}
</style>
background-color css
<style>
a { background-color: #962E4D; }
a { background-color: rgb(150,46,77); }
div.DivClassName
{
background-color: #962E4D;
}
.BgClassName
{
background-color: #962E4D;
}
</style>
border-color css
<style>
span { border-color: #962E4D; }
span { border-color: rgb(150,46,77); }
td.TdClassName
{
border-color: #962E4D;
}
.TagClassName
{
border-color: #962E4D;
}
</style>