Shades of Lipstick #962E6B
Tints of Lipstick #962E6B
RGB
CMYK
RGB Variations
Color information
#962E6B (or 0x962E6B) is known color: Lipstick. HEX triplet: 96, 2E and 6B. RGB value is (150,46,107). Sum of RGB (Red+Green+Blue) = 150+46+107=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #962E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962E6B is #69D194. Grayscale: #535353. Windows color (decimal): -6934933 or 7024278. OLE color: 7024278.
HSL color Cylindrical-coordinate representation of color #962E6B: hue angle of 324.81º 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 #962E6B is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 107 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.41 |
| HSL | 324.81º | 0.53% | 0.38% | - |
| HSV(B) | 324.81º | 0.69% | 0.59% | - |
| XYZ | 16.21 | 9.5 | 14.89 | - |
| YUV | 84.05 | 140.96 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 107 | 0 | 0.69 | 0.29 | 0.41 | 324.81 | 0.53 | 0.38 |
| Hex | 96 | 2E | 6B | 0 | 45 | 1D | 29 | 145 | 35 | 26 |
| Octal | 226 | 56 | 153 | 0 | 105 | 35 | 51 | 505 | 65 | 46 |
| Binary | 10010110 | 101110 | 1101011 | 0 | 1000101 | 11101 | 101001 | 101000101 | 110101 | 100110 |
Color Harmonies of #962E6B
Complementary color
Monochromatic Colors of #962E6B
Black with #962E6B
Text Example
Text Example
White with #962E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E6B; }
p { color: rgb(150,46,107); }
H1.HeaderClassName
{
color: #962E6B;
}
.AnyTagClassName
{
color: #962E6B;
}
</style>
background-color css
<style>
a { background-color: #962E6B; }
a { background-color: rgb(150,46,107); }
div.DivClassName
{
background-color: #962E6B;
}
.BgClassName
{
background-color: #962E6B;
}
</style>
border-color css
<style>
span { border-color: #962E6B; }
span { border-color: rgb(150,46,107); }
td.TdClassName
{
border-color: #962E6B;
}
.TagClassName
{
border-color: #962E6B;
}
</style>