Shades of Lipstick #99113F
Tints of Lipstick #99113F
RGB
CMYK
RGB Variations
Color information
#99113F (or 0x99113F) is known color: Lipstick. HEX triplet: 99, 11 and 3F. RGB value is (153,17,63). Sum of RGB (Red+Green+Blue) = 153+17+63=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #99113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99113F is #66EEC0. Grayscale: #3E3E3E. Windows color (decimal): -6745793 or 4133273. OLE color: 4133273.
HSL color Cylindrical-coordinate representation of color #99113F: hue angle of 339.71º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99113F is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 63 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.4 |
| HSL | 339.71º | 0.8% | 0.33% | - |
| HSV(B) | 339.71º | 0.89% | 0.6% | - |
| XYZ | 14.23 | 7.53 | 5.41 | - |
| YUV | 62.91 | 128.06 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 63 | 0 | 0.89 | 0.59 | 0.4 | 339.71 | 0.8 | 0.33 |
| Hex | 99 | 11 | 3F | 0 | 59 | 3B | 28 | 154 | 50 | 21 |
| Octal | 231 | 21 | 77 | 0 | 131 | 73 | 50 | 524 | 120 | 41 |
| Binary | 10011001 | 10001 | 111111 | 0 | 1011001 | 111011 | 101000 | 101010100 | 1010000 | 100001 |
Color Harmonies of #99113F
Complementary color
Monochromatic Colors of #99113F
Black with #99113F
Text Example
Text Example
White with #99113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99113F; }
p { color: rgb(153,17,63); }
H1.HeaderClassName
{
color: #99113F;
}
.AnyTagClassName
{
color: #99113F;
}
</style>
background-color css
<style>
a { background-color: #99113F; }
a { background-color: rgb(153,17,63); }
div.DivClassName
{
background-color: #99113F;
}
.BgClassName
{
background-color: #99113F;
}
</style>
border-color css
<style>
span { border-color: #99113F; }
span { border-color: rgb(153,17,63); }
td.TdClassName
{
border-color: #99113F;
}
.TagClassName
{
border-color: #99113F;
}
</style>