Shades of Lipstick #963753
Tints of Lipstick #963753
RGB
CMYK
RGB Variations
Color information
#963753 (or 0x963753) is known color: Lipstick. HEX triplet: 96, 37 and 53. RGB value is (150,55,83). Sum of RGB (Red+Green+Blue) = 150+55+83=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #963753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963753 is #69C8AC. Grayscale: #565656. Windows color (decimal): -6932653 or 5453718. OLE color: 5453718.
HSL color Cylindrical-coordinate representation of color #963753: hue angle of 342.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963753 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 83 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.41 |
| HSL | 342.32º | 0.46% | 0.4% | - |
| HSV(B) | 342.32º | 0.63% | 0.59% | - |
| XYZ | 15.51 | 9.84 | 9.27 | - |
| YUV | 86.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 83 | 0 | 0.63 | 0.45 | 0.41 | 342.32 | 0.46 | 0.4 |
| Hex | 96 | 37 | 53 | 0 | 3F | 2D | 29 | 156 | 2E | 28 |
| Octal | 226 | 67 | 123 | 0 | 77 | 55 | 51 | 526 | 56 | 50 |
| Binary | 10010110 | 110111 | 1010011 | 0 | 111111 | 101101 | 101001 | 101010110 | 101110 | 101000 |
Color Harmonies of #963753
Complementary color
Monochromatic Colors of #963753
Black with #963753
Text Example
Text Example
White with #963753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963753; }
p { color: rgb(150,55,83); }
H1.HeaderClassName
{
color: #963753;
}
.AnyTagClassName
{
color: #963753;
}
</style>
background-color css
<style>
a { background-color: #963753; }
a { background-color: rgb(150,55,83); }
div.DivClassName
{
background-color: #963753;
}
.BgClassName
{
background-color: #963753;
}
</style>
border-color css
<style>
span { border-color: #963753; }
span { border-color: rgb(150,55,83); }
td.TdClassName
{
border-color: #963753;
}
.TagClassName
{
border-color: #963753;
}
</style>