Shades of Lipstick #962749
Tints of Lipstick #962749
RGB
CMYK
RGB Variations
Color information
#962749 (or 0x962749) is known color: Lipstick. HEX triplet: 96, 27 and 49. RGB value is (150,39,73). Sum of RGB (Red+Green+Blue) = 150+39+73=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #962749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962749 is #69D8B6. Grayscale: #4C4C4C. Windows color (decimal): -6936759 or 4794262. OLE color: 4794262.
HSL color Cylindrical-coordinate representation of color #962749: hue angle of 341.62º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962749 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 39 | 73 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.41 |
| HSL | 341.62º | 0.59% | 0.37% | - |
| HSV(B) | 341.62º | 0.74% | 0.59% | - |
| XYZ | 14.51 | 8.42 | 7.16 | - |
| YUV | 76.07 | 126.27 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 73 | 0 | 0.74 | 0.51 | 0.41 | 341.62 | 0.59 | 0.37 |
| Hex | 96 | 27 | 49 | 0 | 4A | 33 | 29 | 156 | 3B | 25 |
| Octal | 226 | 47 | 111 | 0 | 112 | 63 | 51 | 526 | 73 | 45 |
| Binary | 10010110 | 100111 | 1001001 | 0 | 1001010 | 110011 | 101001 | 101010110 | 111011 | 100101 |
Color Harmonies of #962749
Complementary color
Monochromatic Colors of #962749
Black with #962749
Text Example
Text Example
White with #962749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962749; }
p { color: rgb(150,39,73); }
H1.HeaderClassName
{
color: #962749;
}
.AnyTagClassName
{
color: #962749;
}
</style>
background-color css
<style>
a { background-color: #962749; }
a { background-color: rgb(150,39,73); }
div.DivClassName
{
background-color: #962749;
}
.BgClassName
{
background-color: #962749;
}
</style>
border-color css
<style>
span { border-color: #962749; }
span { border-color: rgb(150,39,73); }
td.TdClassName
{
border-color: #962749;
}
.TagClassName
{
border-color: #962749;
}
</style>