Shades of Lipstick #963652
Tints of Lipstick #963652
RGB
CMYK
RGB Variations
Color information
#963652 (or 0x963652) is known color: Lipstick. HEX triplet: 96, 36 and 52. RGB value is (150,54,82). Sum of RGB (Red+Green+Blue) = 150+54+82=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #963652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963652 is #69C9AD. Grayscale: #555555. Windows color (decimal): -6932910 or 5387926. OLE color: 5387926.
HSL color Cylindrical-coordinate representation of color #963652: hue angle of 342.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963652 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 54 | 82 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.41 |
| HSL | 342.5º | 0.47% | 0.4% | - |
| HSV(B) | 342.5º | 0.64% | 0.59% | - |
| XYZ | 15.42 | 9.73 | 9.05 | - |
| YUV | 85.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 82 | 0 | 0.64 | 0.45 | 0.41 | 342.5 | 0.47 | 0.4 |
| Hex | 96 | 36 | 52 | 0 | 40 | 2D | 29 | 156 | 2F | 28 |
| Octal | 226 | 66 | 122 | 0 | 100 | 55 | 51 | 526 | 57 | 50 |
| Binary | 10010110 | 110110 | 1010010 | 0 | 1000000 | 101101 | 101001 | 101010110 | 101111 | 101000 |
Color Harmonies of #963652
Complementary color
Monochromatic Colors of #963652
Black with #963652
Text Example
Text Example
White with #963652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963652; }
p { color: rgb(150,54,82); }
H1.HeaderClassName
{
color: #963652;
}
.AnyTagClassName
{
color: #963652;
}
</style>
background-color css
<style>
a { background-color: #963652; }
a { background-color: rgb(150,54,82); }
div.DivClassName
{
background-color: #963652;
}
.BgClassName
{
background-color: #963652;
}
</style>
border-color css
<style>
span { border-color: #963652; }
span { border-color: rgb(150,54,82); }
td.TdClassName
{
border-color: #963652;
}
.TagClassName
{
border-color: #963652;
}
</style>