Shades of Lipstick #96113F
Tints of Lipstick #96113F
RGB
CMYK
RGB Variations
Color information
#96113F (or 0x96113F) is known color: Lipstick. HEX triplet: 96, 11 and 3F. RGB value is (150,17,63). Sum of RGB (Red+Green+Blue) = 150+17+63=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #96113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96113F is #69EEC0. Grayscale: #3D3D3D. Windows color (decimal): -6942401 or 4133270. OLE color: 4133270.
HSL color Cylindrical-coordinate representation of color #96113F: hue angle of 339.25º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96113F is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 63 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.41 |
| HSL | 339.25º | 0.8% | 0.33% | - |
| HSV(B) | 339.25º | 0.89% | 0.59% | - |
| XYZ | 13.68 | 7.24 | 5.38 | - |
| YUV | 62.01 | 128.56 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 63 | 0 | 0.89 | 0.58 | 0.41 | 339.25 | 0.8 | 0.33 |
| Hex | 96 | 11 | 3F | 0 | 59 | 3A | 29 | 153 | 50 | 21 |
| Octal | 226 | 21 | 77 | 0 | 131 | 72 | 51 | 523 | 120 | 41 |
| Binary | 10010110 | 10001 | 111111 | 0 | 1011001 | 111010 | 101001 | 101010011 | 1010000 | 100001 |
Color Harmonies of #96113F
Complementary color
Monochromatic Colors of #96113F
Black with #96113F
Text Example
Text Example
White with #96113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96113F; }
p { color: rgb(150,17,63); }
H1.HeaderClassName
{
color: #96113F;
}
.AnyTagClassName
{
color: #96113F;
}
</style>
background-color css
<style>
a { background-color: #96113F; }
a { background-color: rgb(150,17,63); }
div.DivClassName
{
background-color: #96113F;
}
.BgClassName
{
background-color: #96113F;
}
</style>
border-color css
<style>
span { border-color: #96113F; }
span { border-color: rgb(150,17,63); }
td.TdClassName
{
border-color: #96113F;
}
.TagClassName
{
border-color: #96113F;
}
</style>