Shades of Lipstick #96183F
Tints of Lipstick #96183F
RGB
CMYK
RGB Variations
Color information
#96183F (or 0x96183F) is known color: Lipstick. HEX triplet: 96, 18 and 3F. RGB value is (150,24,63). Sum of RGB (Red+Green+Blue) = 150+24+63=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #96183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96183F is #69E7C0. Grayscale: #424242. Windows color (decimal): -6940609 or 4135062. OLE color: 4135062.
HSL color Cylindrical-coordinate representation of color #96183F: hue angle of 341.43º 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 #96183F is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 63 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.41 |
| HSL | 341.43º | 0.72% | 0.34% | - |
| HSV(B) | 341.43º | 0.84% | 0.59% | - |
| XYZ | 13.8 | 7.5 | 5.42 | - |
| YUV | 66.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 63 | 0 | 0.84 | 0.58 | 0.41 | 341.43 | 0.72 | 0.34 |
| Hex | 96 | 18 | 3F | 0 | 54 | 3A | 29 | 155 | 48 | 22 |
| Octal | 226 | 30 | 77 | 0 | 124 | 72 | 51 | 525 | 110 | 42 |
| Binary | 10010110 | 11000 | 111111 | 0 | 1010100 | 111010 | 101001 | 101010101 | 1001000 | 100010 |
Color Harmonies of #96183F
Complementary color
Monochromatic Colors of #96183F
Black with #96183F
Text Example
Text Example
White with #96183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96183F; }
p { color: rgb(150,24,63); }
H1.HeaderClassName
{
color: #96183F;
}
.AnyTagClassName
{
color: #96183F;
}
</style>
background-color css
<style>
a { background-color: #96183F; }
a { background-color: rgb(150,24,63); }
div.DivClassName
{
background-color: #96183F;
}
.BgClassName
{
background-color: #96183F;
}
</style>
border-color css
<style>
span { border-color: #96183F; }
span { border-color: rgb(150,24,63); }
td.TdClassName
{
border-color: #96183F;
}
.TagClassName
{
border-color: #96183F;
}
</style>