Shades of Lipstick #962647
Tints of Lipstick #962647
RGB
CMYK
RGB Variations
Color information
#962647 (or 0x962647) is known color: Lipstick. HEX triplet: 96, 26 and 47. RGB value is (150,38,71). Sum of RGB (Red+Green+Blue) = 150+38+71=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #962647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962647 is #69D9B8. Grayscale: #4B4B4B. Windows color (decimal): -6937017 or 4662934. OLE color: 4662934.
HSL color Cylindrical-coordinate representation of color #962647: hue angle of 342.32º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962647 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 71 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.41 |
| HSL | 342.32º | 0.6% | 0.37% | - |
| HSV(B) | 342.32º | 0.75% | 0.59% | - |
| XYZ | 14.41 | 8.33 | 6.81 | - |
| YUV | 75.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 71 | 0 | 0.75 | 0.53 | 0.41 | 342.32 | 0.6 | 0.37 |
| Hex | 96 | 26 | 47 | 0 | 4B | 35 | 29 | 156 | 3C | 25 |
| Octal | 226 | 46 | 107 | 0 | 113 | 65 | 51 | 526 | 74 | 45 |
| Binary | 10010110 | 100110 | 1000111 | 0 | 1001011 | 110101 | 101001 | 101010110 | 111100 | 100101 |
Color Harmonies of #962647
Complementary color
Monochromatic Colors of #962647
Black with #962647
Text Example
Text Example
White with #962647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962647; }
p { color: rgb(150,38,71); }
H1.HeaderClassName
{
color: #962647;
}
.AnyTagClassName
{
color: #962647;
}
</style>
background-color css
<style>
a { background-color: #962647; }
a { background-color: rgb(150,38,71); }
div.DivClassName
{
background-color: #962647;
}
.BgClassName
{
background-color: #962647;
}
</style>
border-color css
<style>
span { border-color: #962647; }
span { border-color: rgb(150,38,71); }
td.TdClassName
{
border-color: #962647;
}
.TagClassName
{
border-color: #962647;
}
</style>