Shades of Lipstick #962363
Tints of Lipstick #962363
RGB
CMYK
RGB Variations
Color information
#962363 (or 0x962363) is known color: Lipstick. HEX triplet: 96, 23 and 63. RGB value is (150,35,99). Sum of RGB (Red+Green+Blue) = 150+35+99=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #962363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962363 is #69DC9C. Grayscale: #4C4C4C. Windows color (decimal): -6937757 or 6497174. OLE color: 6497174.
HSL color Cylindrical-coordinate representation of color #962363: hue angle of 326.61º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962363 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 99 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.41 |
| HSL | 326.61º | 0.62% | 0.36% | - |
| HSV(B) | 326.61º | 0.77% | 0.59% | - |
| XYZ | 15.43 | 8.59 | 12.65 | - |
| YUV | 76.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 99 | 0 | 0.77 | 0.34 | 0.41 | 326.61 | 0.62 | 0.36 |
| Hex | 96 | 23 | 63 | 0 | 4D | 22 | 29 | 147 | 3E | 24 |
| Octal | 226 | 43 | 143 | 0 | 115 | 42 | 51 | 507 | 76 | 44 |
| Binary | 10010110 | 100011 | 1100011 | 0 | 1001101 | 100010 | 101001 | 101000111 | 111110 | 100100 |
Color Harmonies of #962363
Complementary color
Monochromatic Colors of #962363
Black with #962363
Text Example
Text Example
White with #962363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962363; }
p { color: rgb(150,35,99); }
H1.HeaderClassName
{
color: #962363;
}
.AnyTagClassName
{
color: #962363;
}
</style>
background-color css
<style>
a { background-color: #962363; }
a { background-color: rgb(150,35,99); }
div.DivClassName
{
background-color: #962363;
}
.BgClassName
{
background-color: #962363;
}
</style>
border-color css
<style>
span { border-color: #962363; }
span { border-color: rgb(150,35,99); }
td.TdClassName
{
border-color: #962363;
}
.TagClassName
{
border-color: #962363;
}
</style>