Shades of Lipstick #96193F
Tints of Lipstick #96193F
RGB
CMYK
RGB Variations
Color information
#96193F (or 0x96193F) is known color: Lipstick. HEX triplet: 96, 19 and 3F. RGB value is (150,25,63). Sum of RGB (Red+Green+Blue) = 150+25+63=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #96193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96193F is #69E6C0. Grayscale: #424242. Windows color (decimal): -6940353 or 4135318. OLE color: 4135318.
HSL color Cylindrical-coordinate representation of color #96193F: hue angle of 341.76º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96193F is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 63 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.41 |
| HSL | 341.76º | 0.71% | 0.34% | - |
| HSV(B) | 341.76º | 0.83% | 0.59% | - |
| XYZ | 13.82 | 7.54 | 5.43 | - |
| YUV | 66.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 63 | 0 | 0.83 | 0.58 | 0.41 | 341.76 | 0.71 | 0.34 |
| Hex | 96 | 19 | 3F | 0 | 53 | 3A | 29 | 156 | 47 | 22 |
| Octal | 226 | 31 | 77 | 0 | 123 | 72 | 51 | 526 | 107 | 42 |
| Binary | 10010110 | 11001 | 111111 | 0 | 1010011 | 111010 | 101001 | 101010110 | 1000111 | 100010 |
Color Harmonies of #96193F
Complementary color
Monochromatic Colors of #96193F
Black with #96193F
Text Example
Text Example
White with #96193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96193F; }
p { color: rgb(150,25,63); }
H1.HeaderClassName
{
color: #96193F;
}
.AnyTagClassName
{
color: #96193F;
}
</style>
background-color css
<style>
a { background-color: #96193F; }
a { background-color: rgb(150,25,63); }
div.DivClassName
{
background-color: #96193F;
}
.BgClassName
{
background-color: #96193F;
}
</style>
border-color css
<style>
span { border-color: #96193F; }
span { border-color: rgb(150,25,63); }
td.TdClassName
{
border-color: #96193F;
}
.TagClassName
{
border-color: #96193F;
}
</style>