Shades of Lipstick #99385F
Tints of Lipstick #99385F
RGB
CMYK
RGB Variations
Color information
#99385F (or 0x99385F) is known color: Lipstick. HEX triplet: 99, 38 and 5F. RGB value is (153,56,95). Sum of RGB (Red+Green+Blue) = 153+56+95=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #99385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99385F is #66C7A0. Grayscale: #595959. Windows color (decimal): -6735777 or 6240409. OLE color: 6240409.
HSL color Cylindrical-coordinate representation of color #99385F: hue angle of 335.88º 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 #99385F is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 95 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.4 |
| HSL | 335.88º | 0.46% | 0.41% | - |
| HSV(B) | 335.88º | 0.63% | 0.6% | - |
| XYZ | 16.62 | 10.43 | 11.96 | - |
| YUV | 89.45 | 131.14 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 95 | 0 | 0.63 | 0.38 | 0.4 | 335.88 | 0.46 | 0.41 |
| Hex | 99 | 38 | 5F | 0 | 3F | 26 | 28 | 150 | 2E | 29 |
| Octal | 231 | 70 | 137 | 0 | 77 | 46 | 50 | 520 | 56 | 51 |
| Binary | 10011001 | 111000 | 1011111 | 0 | 111111 | 100110 | 101000 | 101010000 | 101110 | 101001 |
Color Harmonies of #99385F
Complementary color
Monochromatic Colors of #99385F
Black with #99385F
Text Example
Text Example
White with #99385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99385F; }
p { color: rgb(153,56,95); }
H1.HeaderClassName
{
color: #99385F;
}
.AnyTagClassName
{
color: #99385F;
}
</style>
background-color css
<style>
a { background-color: #99385F; }
a { background-color: rgb(153,56,95); }
div.DivClassName
{
background-color: #99385F;
}
.BgClassName
{
background-color: #99385F;
}
</style>
border-color css
<style>
span { border-color: #99385F; }
span { border-color: rgb(153,56,95); }
td.TdClassName
{
border-color: #99385F;
}
.TagClassName
{
border-color: #99385F;
}
</style>