Shades of Lipstick #963456
Tints of Lipstick #963456
RGB
CMYK
RGB Variations
Color information
#963456 (or 0x963456) is known color: Lipstick. HEX triplet: 96, 34 and 56. RGB value is (150,52,86). Sum of RGB (Red+Green+Blue) = 150+52+86=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #963456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963456 is #69CBA9. Grayscale: #555555. Windows color (decimal): -6933418 or 5649558. OLE color: 5649558.
HSL color Cylindrical-coordinate representation of color #963456: hue angle of 339.18º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963456 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 86 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.41 |
| HSL | 339.18º | 0.49% | 0.4% | - |
| HSV(B) | 339.18º | 0.65% | 0.59% | - |
| XYZ | 15.49 | 9.61 | 9.84 | - |
| YUV | 85.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 86 | 0 | 0.65 | 0.43 | 0.41 | 339.18 | 0.49 | 0.4 |
| Hex | 96 | 34 | 56 | 0 | 41 | 2B | 29 | 153 | 31 | 28 |
| Octal | 226 | 64 | 126 | 0 | 101 | 53 | 51 | 523 | 61 | 50 |
| Binary | 10010110 | 110100 | 1010110 | 0 | 1000001 | 101011 | 101001 | 101010011 | 110001 | 101000 |
Color Harmonies of #963456
Complementary color
Monochromatic Colors of #963456
Black with #963456
Text Example
Text Example
White with #963456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963456; }
p { color: rgb(150,52,86); }
H1.HeaderClassName
{
color: #963456;
}
.AnyTagClassName
{
color: #963456;
}
</style>
background-color css
<style>
a { background-color: #963456; }
a { background-color: rgb(150,52,86); }
div.DivClassName
{
background-color: #963456;
}
.BgClassName
{
background-color: #963456;
}
</style>
border-color css
<style>
span { border-color: #963456; }
span { border-color: rgb(150,52,86); }
td.TdClassName
{
border-color: #963456;
}
.TagClassName
{
border-color: #963456;
}
</style>