Shades of Lipstick #99385E
Tints of Lipstick #99385E
RGB
CMYK
RGB Variations
Color information
#99385E (or 0x99385E) is known color: Lipstick. HEX triplet: 99, 38 and 5E. RGB value is (153,56,94). Sum of RGB (Red+Green+Blue) = 153+56+94=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #99385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99385E is #66C7A1. Grayscale: #595959. Windows color (decimal): -6735778 or 6174873. OLE color: 6174873.
HSL color Cylindrical-coordinate representation of color #99385E: hue angle of 336.49º 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 #99385E is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 94 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.4 |
| HSL | 336.49º | 0.46% | 0.41% | - |
| HSV(B) | 336.49º | 0.63% | 0.6% | - |
| XYZ | 16.57 | 10.41 | 11.73 | - |
| YUV | 89.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 94 | 0 | 0.63 | 0.39 | 0.4 | 336.49 | 0.46 | 0.41 |
| Hex | 99 | 38 | 5E | 0 | 3F | 27 | 28 | 150 | 2E | 29 |
| Octal | 231 | 70 | 136 | 0 | 77 | 47 | 50 | 520 | 56 | 51 |
| Binary | 10011001 | 111000 | 1011110 | 0 | 111111 | 100111 | 101000 | 101010000 | 101110 | 101001 |
Color Harmonies of #99385E
Complementary color
Monochromatic Colors of #99385E
Black with #99385E
Text Example
Text Example
White with #99385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99385E; }
p { color: rgb(153,56,94); }
H1.HeaderClassName
{
color: #99385E;
}
.AnyTagClassName
{
color: #99385E;
}
</style>
background-color css
<style>
a { background-color: #99385E; }
a { background-color: rgb(153,56,94); }
div.DivClassName
{
background-color: #99385E;
}
.BgClassName
{
background-color: #99385E;
}
</style>
border-color css
<style>
span { border-color: #99385E; }
span { border-color: rgb(153,56,94); }
td.TdClassName
{
border-color: #99385E;
}
.TagClassName
{
border-color: #99385E;
}
</style>