Shades of Lipstick #99395D
Tints of Lipstick #99395D
RGB
CMYK
RGB Variations
Color information
#99395D (or 0x99395D) is known color: Lipstick. HEX triplet: 99, 39 and 5D. RGB value is (153,57,93). Sum of RGB (Red+Green+Blue) = 153+57+93=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #99395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99395D is #66C6A2. Grayscale: #595959. Windows color (decimal): -6735523 or 6109593. OLE color: 6109593.
HSL color Cylindrical-coordinate representation of color #99395D: hue angle of 337.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99395D is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 93 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.4 |
| HSL | 337.5º | 0.46% | 0.41% | - |
| HSV(B) | 337.5º | 0.63% | 0.6% | - |
| XYZ | 16.58 | 10.49 | 11.51 | - |
| YUV | 89.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 93 | 0 | 0.63 | 0.39 | 0.4 | 337.5 | 0.46 | 0.41 |
| Hex | 99 | 39 | 5D | 0 | 3F | 27 | 28 | 152 | 2E | 29 |
| Octal | 231 | 71 | 135 | 0 | 77 | 47 | 50 | 522 | 56 | 51 |
| Binary | 10011001 | 111001 | 1011101 | 0 | 111111 | 100111 | 101000 | 101010010 | 101110 | 101001 |
Color Harmonies of #99395D
Complementary color
Monochromatic Colors of #99395D
Black with #99395D
Text Example
Text Example
White with #99395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99395D; }
p { color: rgb(153,57,93); }
H1.HeaderClassName
{
color: #99395D;
}
.AnyTagClassName
{
color: #99395D;
}
</style>
background-color css
<style>
a { background-color: #99395D; }
a { background-color: rgb(153,57,93); }
div.DivClassName
{
background-color: #99395D;
}
.BgClassName
{
background-color: #99395D;
}
</style>
border-color css
<style>
span { border-color: #99395D; }
span { border-color: rgb(153,57,93); }
td.TdClassName
{
border-color: #99395D;
}
.TagClassName
{
border-color: #99395D;
}
</style>