Shades of Lipstick #962E45
Tints of Lipstick #962E45
RGB
CMYK
RGB Variations
Color information
#962E45 (or 0x962E45) is known color: Lipstick. HEX triplet: 96, 2E and 45. RGB value is (150,46,69). Sum of RGB (Red+Green+Blue) = 150+46+69=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #962E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E45 is #69D1BA. Grayscale: #4F4F4F. Windows color (decimal): -6934971 or 4533910. OLE color: 4533910.
HSL color Cylindrical-coordinate representation of color #962E45: hue angle of 346.73º 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 #962E45 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 69 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.41 |
| HSL | 346.73º | 0.53% | 0.38% | - |
| HSV(B) | 346.73º | 0.69% | 0.59% | - |
| XYZ | 14.63 | 8.87 | 6.57 | - |
| YUV | 79.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 69 | 0 | 0.69 | 0.54 | 0.41 | 346.73 | 0.53 | 0.38 |
| Hex | 96 | 2E | 45 | 0 | 45 | 36 | 29 | 15B | 35 | 26 |
| Octal | 226 | 56 | 105 | 0 | 105 | 66 | 51 | 533 | 65 | 46 |
| Binary | 10010110 | 101110 | 1000101 | 0 | 1000101 | 110110 | 101001 | 101011011 | 110101 | 100110 |
Color Harmonies of #962E45
Complementary color
Monochromatic Colors of #962E45
Black with #962E45
Text Example
Text Example
White with #962E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E45; }
p { color: rgb(150,46,69); }
H1.HeaderClassName
{
color: #962E45;
}
.AnyTagClassName
{
color: #962E45;
}
</style>
background-color css
<style>
a { background-color: #962E45; }
a { background-color: rgb(150,46,69); }
div.DivClassName
{
background-color: #962E45;
}
.BgClassName
{
background-color: #962E45;
}
</style>
border-color css
<style>
span { border-color: #962E45; }
span { border-color: rgb(150,46,69); }
td.TdClassName
{
border-color: #962E45;
}
.TagClassName
{
border-color: #962E45;
}
</style>