Shades of Lipstick #96153F
Tints of Lipstick #96153F
RGB
CMYK
RGB Variations
Color information
#96153F (or 0x96153F) is known color: Lipstick. HEX triplet: 96, 15 and 3F. RGB value is (150,21,63). Sum of RGB (Red+Green+Blue) = 150+21+63=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #96153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96153F is #69EAC0. Grayscale: #404040. Windows color (decimal): -6941377 or 4134294. OLE color: 4134294.
HSL color Cylindrical-coordinate representation of color #96153F: hue angle of 340.47º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96153F is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 21 | 63 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.41 |
| HSL | 340.47º | 0.75% | 0.34% | - |
| HSV(B) | 340.47º | 0.86% | 0.59% | - |
| XYZ | 13.74 | 7.38 | 5.4 | - |
| YUV | 64.36 | 127.24 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 21 | 63 | 0 | 0.86 | 0.58 | 0.41 | 340.47 | 0.75 | 0.34 |
| Hex | 96 | 15 | 3F | 0 | 56 | 3A | 29 | 154 | 4B | 22 |
| Octal | 226 | 25 | 77 | 0 | 126 | 72 | 51 | 524 | 113 | 42 |
| Binary | 10010110 | 10101 | 111111 | 0 | 1010110 | 111010 | 101001 | 101010100 | 1001011 | 100010 |
Color Harmonies of #96153F
Complementary color
Monochromatic Colors of #96153F
Black with #96153F
Text Example
Text Example
White with #96153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96153F; }
p { color: rgb(150,21,63); }
H1.HeaderClassName
{
color: #96153F;
}
.AnyTagClassName
{
color: #96153F;
}
</style>
background-color css
<style>
a { background-color: #96153F; }
a { background-color: rgb(150,21,63); }
div.DivClassName
{
background-color: #96153F;
}
.BgClassName
{
background-color: #96153F;
}
</style>
border-color css
<style>
span { border-color: #96153F; }
span { border-color: rgb(150,21,63); }
td.TdClassName
{
border-color: #96153F;
}
.TagClassName
{
border-color: #96153F;
}
</style>