Shades of Lipstick #99355D
Tints of Lipstick #99355D
RGB
CMYK
RGB Variations
Color information
#99355D (or 0x99355D) is known color: Lipstick. HEX triplet: 99, 35 and 5D. RGB value is (153,53,93). Sum of RGB (Red+Green+Blue) = 153+53+93=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99355D is #66CAA2. Grayscale: #575757. Windows color (decimal): -6736547 or 6108569. OLE color: 6108569.
HSL color Cylindrical-coordinate representation of color #99355D: hue angle of 336º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99355D is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 93 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.4 |
| HSL | 336º | 0.49% | 0.4% | - |
| HSV(B) | 336º | 0.65% | 0.6% | - |
| XYZ | 16.39 | 10.11 | 11.44 | - |
| YUV | 87.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 93 | 0 | 0.65 | 0.39 | 0.4 | 336 | 0.49 | 0.4 |
| Hex | 99 | 35 | 5D | 0 | 41 | 27 | 28 | 150 | 31 | 28 |
| Octal | 231 | 65 | 135 | 0 | 101 | 47 | 50 | 520 | 61 | 50 |
| Binary | 10011001 | 110101 | 1011101 | 0 | 1000001 | 100111 | 101000 | 101010000 | 110001 | 101000 |
Color Harmonies of #99355D
Complementary color
Monochromatic Colors of #99355D
Black with #99355D
Text Example
Text Example
White with #99355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99355D; }
p { color: rgb(153,53,93); }
H1.HeaderClassName
{
color: #99355D;
}
.AnyTagClassName
{
color: #99355D;
}
</style>
background-color css
<style>
a { background-color: #99355D; }
a { background-color: rgb(153,53,93); }
div.DivClassName
{
background-color: #99355D;
}
.BgClassName
{
background-color: #99355D;
}
</style>
border-color css
<style>
span { border-color: #99355D; }
span { border-color: rgb(153,53,93); }
td.TdClassName
{
border-color: #99355D;
}
.TagClassName
{
border-color: #99355D;
}
</style>