Shades of Lipstick #96184F
Tints of Lipstick #96184F
RGB
CMYK
RGB Variations
Color information
#96184F (or 0x96184F) is known color: Lipstick. HEX triplet: 96, 18 and 4F. RGB value is (150,24,79). Sum of RGB (Red+Green+Blue) = 150+24+79=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #96184F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96184F is #69E7B0. Grayscale: #434343. Windows color (decimal): -6940593 or 5183638. OLE color: 5183638.
HSL color Cylindrical-coordinate representation of color #96184F: hue angle of 333.81º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96184F is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 79 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.41 |
| HSL | 333.81º | 0.72% | 0.34% | - |
| HSV(B) | 333.81º | 0.84% | 0.59% | - |
| XYZ | 14.32 | 7.7 | 8.13 | - |
| YUV | 67.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 79 | 0 | 0.84 | 0.47 | 0.41 | 333.81 | 0.72 | 0.34 |
| Hex | 96 | 18 | 4F | 0 | 54 | 2F | 29 | 14E | 48 | 22 |
| Octal | 226 | 30 | 117 | 0 | 124 | 57 | 51 | 516 | 110 | 42 |
| Binary | 10010110 | 11000 | 1001111 | 0 | 1010100 | 101111 | 101001 | 101001110 | 1001000 | 100010 |
Color Harmonies of #96184F
Complementary color
Monochromatic Colors of #96184F
Black with #96184F
Text Example
Text Example
White with #96184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96184F; }
p { color: rgb(150,24,79); }
H1.HeaderClassName
{
color: #96184F;
}
.AnyTagClassName
{
color: #96184F;
}
</style>
background-color css
<style>
a { background-color: #96184F; }
a { background-color: rgb(150,24,79); }
div.DivClassName
{
background-color: #96184F;
}
.BgClassName
{
background-color: #96184F;
}
</style>
border-color css
<style>
span { border-color: #96184F; }
span { border-color: rgb(150,24,79); }
td.TdClassName
{
border-color: #96184F;
}
.TagClassName
{
border-color: #96184F;
}
</style>