Shades of Lipstick #99385D
Tints of Lipstick #99385D
RGB
CMYK
RGB Variations
Color information
#99385D (or 0x99385D) is known color: Lipstick. HEX triplet: 99, 38 and 5D. RGB value is (153,56,93). Sum of RGB (Red+Green+Blue) = 153+56+93=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99385D is #66C7A2. Grayscale: #595959. Windows color (decimal): -6735779 or 6109337. OLE color: 6109337.
HSL color Cylindrical-coordinate representation of color #99385D: hue angle of 337.11º 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 #99385D is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 93 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.4 |
| HSL | 337.11º | 0.46% | 0.41% | - |
| HSV(B) | 337.11º | 0.63% | 0.6% | - |
| XYZ | 16.53 | 10.39 | 11.49 | - |
| YUV | 89.22 | 130.14 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 93 | 0 | 0.63 | 0.39 | 0.4 | 337.11 | 0.46 | 0.41 |
| Hex | 99 | 38 | 5D | 0 | 3F | 27 | 28 | 151 | 2E | 29 |
| Octal | 231 | 70 | 135 | 0 | 77 | 47 | 50 | 521 | 56 | 51 |
| Binary | 10011001 | 111000 | 1011101 | 0 | 111111 | 100111 | 101000 | 101010001 | 101110 | 101001 |
Color Harmonies of #99385D
Complementary color
Monochromatic Colors of #99385D
Black with #99385D
Text Example
Text Example
White with #99385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99385D; }
p { color: rgb(153,56,93); }
H1.HeaderClassName
{
color: #99385D;
}
.AnyTagClassName
{
color: #99385D;
}
</style>
background-color css
<style>
a { background-color: #99385D; }
a { background-color: rgb(153,56,93); }
div.DivClassName
{
background-color: #99385D;
}
.BgClassName
{
background-color: #99385D;
}
</style>
border-color css
<style>
span { border-color: #99385D; }
span { border-color: rgb(153,56,93); }
td.TdClassName
{
border-color: #99385D;
}
.TagClassName
{
border-color: #99385D;
}
</style>