Shades of Lipstick #963752
Tints of Lipstick #963752
RGB
CMYK
RGB Variations
Color information
#963752 (or 0x963752) is known color: Lipstick. HEX triplet: 96, 37 and 52. RGB value is (150,55,82). Sum of RGB (Red+Green+Blue) = 150+55+82=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #963752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963752 is #69C8AD. Grayscale: #565656. Windows color (decimal): -6932654 or 5388182. OLE color: 5388182.
HSL color Cylindrical-coordinate representation of color #963752: hue angle of 342.95º 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 #963752 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 82 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.41 |
| HSL | 342.95º | 0.46% | 0.4% | - |
| HSV(B) | 342.95º | 0.63% | 0.59% | - |
| XYZ | 15.47 | 9.83 | 9.06 | - |
| YUV | 86.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 82 | 0 | 0.63 | 0.45 | 0.41 | 342.95 | 0.46 | 0.4 |
| Hex | 96 | 37 | 52 | 0 | 3F | 2D | 29 | 157 | 2E | 28 |
| Octal | 226 | 67 | 122 | 0 | 77 | 55 | 51 | 527 | 56 | 50 |
| Binary | 10010110 | 110111 | 1010010 | 0 | 111111 | 101101 | 101001 | 101010111 | 101110 | 101000 |
Color Harmonies of #963752
Complementary color
Monochromatic Colors of #963752
Black with #963752
Text Example
Text Example
White with #963752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963752; }
p { color: rgb(150,55,82); }
H1.HeaderClassName
{
color: #963752;
}
.AnyTagClassName
{
color: #963752;
}
</style>
background-color css
<style>
a { background-color: #963752; }
a { background-color: rgb(150,55,82); }
div.DivClassName
{
background-color: #963752;
}
.BgClassName
{
background-color: #963752;
}
</style>
border-color css
<style>
span { border-color: #963752; }
span { border-color: rgb(150,55,82); }
td.TdClassName
{
border-color: #963752;
}
.TagClassName
{
border-color: #963752;
}
</style>