Shades of Lipstick #99315C
Tints of Lipstick #99315C
RGB
CMYK
RGB Variations
Color information
#99315C (or 0x99315C) is known color: Lipstick. HEX triplet: 99, 31 and 5C. RGB value is (153,49,92). Sum of RGB (Red+Green+Blue) = 153+49+92=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99315C is #66CEA3. Grayscale: #545454. Windows color (decimal): -6737572 or 6042009. OLE color: 6042009.
HSL color Cylindrical-coordinate representation of color #99315C: hue angle of 335.19º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99315C is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 92 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.4 |
| HSL | 335.19º | 0.51% | 0.4% | - |
| HSV(B) | 335.19º | 0.68% | 0.6% | - |
| XYZ | 16.17 | 9.74 | 11.15 | - |
| YUV | 85 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 92 | 0 | 0.68 | 0.40 | 0.4 | 335.19 | 0.51 | 0.4 |
| Hex | 99 | 31 | 5C | 0 | 44 | 28 | 28 | 14F | 33 | 28 |
| Octal | 231 | 61 | 134 | 0 | 104 | 50 | 50 | 517 | 63 | 50 |
| Binary | 10011001 | 110001 | 1011100 | 0 | 1000100 | 101000 | 101000 | 101001111 | 110011 | 101000 |
Color Harmonies of #99315C
Complementary color
Monochromatic Colors of #99315C
Black with #99315C
Text Example
Text Example
White with #99315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99315C; }
p { color: rgb(153,49,92); }
H1.HeaderClassName
{
color: #99315C;
}
.AnyTagClassName
{
color: #99315C;
}
</style>
background-color css
<style>
a { background-color: #99315C; }
a { background-color: rgb(153,49,92); }
div.DivClassName
{
background-color: #99315C;
}
.BgClassName
{
background-color: #99315C;
}
</style>
border-color css
<style>
span { border-color: #99315C; }
span { border-color: rgb(153,49,92); }
td.TdClassName
{
border-color: #99315C;
}
.TagClassName
{
border-color: #99315C;
}
</style>