Shades of Lipstick #962B5A
Tints of Lipstick #962B5A
RGB
CMYK
RGB Variations
Color information
#962B5A (or 0x962B5A) is known color: Lipstick. HEX triplet: 96, 2B and 5A. RGB value is (150,43,90). Sum of RGB (Red+Green+Blue) = 150+43+90=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #962B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962B5A is #69D4A5. Grayscale: #505050. Windows color (decimal): -6935718 or 5909398. OLE color: 5909398.
HSL color Cylindrical-coordinate representation of color #962B5A: hue angle of 333.64º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962B5A is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 43 | 90 | - |
| CMYK | 0 | 0.71 | 0.4 | 0.41 |
| HSL | 333.64º | 0.55% | 0.38% | - |
| HSV(B) | 333.64º | 0.71% | 0.59% | - |
| XYZ | 15.29 | 8.95 | 10.59 | - |
| YUV | 80.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 90 | 0 | 0.71 | 0.4 | 0.41 | 333.64 | 0.55 | 0.38 |
| Hex | 96 | 2B | 5A | 0 | 47 | 28 | 29 | 14E | 37 | 26 |
| Octal | 226 | 53 | 132 | 0 | 107 | 50 | 51 | 516 | 67 | 46 |
| Binary | 10010110 | 101011 | 1011010 | 0 | 1000111 | 101000 | 101001 | 101001110 | 110111 | 100110 |
Color Harmonies of #962B5A
Complementary color
Monochromatic Colors of #962B5A
Black with #962B5A
Text Example
Text Example
White with #962B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962B5A; }
p { color: rgb(150,43,90); }
H1.HeaderClassName
{
color: #962B5A;
}
.AnyTagClassName
{
color: #962B5A;
}
</style>
background-color css
<style>
a { background-color: #962B5A; }
a { background-color: rgb(150,43,90); }
div.DivClassName
{
background-color: #962B5A;
}
.BgClassName
{
background-color: #962B5A;
}
</style>
border-color css
<style>
span { border-color: #962B5A; }
span { border-color: rgb(150,43,90); }
td.TdClassName
{
border-color: #962B5A;
}
.TagClassName
{
border-color: #962B5A;
}
</style>