Shades of Lipstick #99113D
Tints of Lipstick #99113D
RGB
CMYK
RGB Variations
Color information
#99113D (or 0x99113D) is known color: Lipstick. HEX triplet: 99, 11 and 3D. RGB value is (153,17,61). Sum of RGB (Red+Green+Blue) = 153+17+61=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #99113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99113D is #66EEC2. Grayscale: #3E3E3E. Windows color (decimal): -6745795 or 4002201. OLE color: 4002201.
HSL color Cylindrical-coordinate representation of color #99113D: hue angle of 340.59º 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 #99113D is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 61 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.4 |
| HSL | 340.59º | 0.8% | 0.33% | - |
| HSV(B) | 340.59º | 0.89% | 0.6% | - |
| XYZ | 14.18 | 7.51 | 5.12 | - |
| YUV | 62.68 | 127.06 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 61 | 0 | 0.89 | 0.60 | 0.4 | 340.59 | 0.8 | 0.33 |
| Hex | 99 | 11 | 3D | 0 | 59 | 3C | 28 | 155 | 50 | 21 |
| Octal | 231 | 21 | 75 | 0 | 131 | 74 | 50 | 525 | 120 | 41 |
| Binary | 10011001 | 10001 | 111101 | 0 | 1011001 | 111100 | 101000 | 101010101 | 1010000 | 100001 |
Color Harmonies of #99113D
Complementary color
Monochromatic Colors of #99113D
Black with #99113D
Text Example
Text Example
White with #99113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99113D; }
p { color: rgb(153,17,61); }
H1.HeaderClassName
{
color: #99113D;
}
.AnyTagClassName
{
color: #99113D;
}
</style>
background-color css
<style>
a { background-color: #99113D; }
a { background-color: rgb(153,17,61); }
div.DivClassName
{
background-color: #99113D;
}
.BgClassName
{
background-color: #99113D;
}
</style>
border-color css
<style>
span { border-color: #99113D; }
span { border-color: rgb(153,17,61); }
td.TdClassName
{
border-color: #99113D;
}
.TagClassName
{
border-color: #99113D;
}
</style>