Shades of Lipstick #99375C
Tints of Lipstick #99375C
RGB
CMYK
RGB Variations
Color information
#99375C (or 0x99375C) is known color: Lipstick. HEX triplet: 99, 37 and 5C. RGB value is (153,55,92). Sum of RGB (Red+Green+Blue) = 153+55+92=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99375C is #66C8A3. Grayscale: #585858. Windows color (decimal): -6736036 or 6043545. OLE color: 6043545.
HSL color Cylindrical-coordinate representation of color #99375C: hue angle of 337.35º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99375C is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 92 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.4 |
| HSL | 337.35º | 0.47% | 0.41% | - |
| HSV(B) | 337.35º | 0.64% | 0.6% | - |
| XYZ | 16.43 | 10.28 | 11.24 | - |
| YUV | 88.52 | 129.97 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 92 | 0 | 0.64 | 0.40 | 0.4 | 337.35 | 0.47 | 0.41 |
| Hex | 99 | 37 | 5C | 0 | 40 | 28 | 28 | 151 | 2F | 29 |
| Octal | 231 | 67 | 134 | 0 | 100 | 50 | 50 | 521 | 57 | 51 |
| Binary | 10011001 | 110111 | 1011100 | 0 | 1000000 | 101000 | 101000 | 101010001 | 101111 | 101001 |
Color Harmonies of #99375C
Complementary color
Monochromatic Colors of #99375C
Black with #99375C
Text Example
Text Example
White with #99375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99375C; }
p { color: rgb(153,55,92); }
H1.HeaderClassName
{
color: #99375C;
}
.AnyTagClassName
{
color: #99375C;
}
</style>
background-color css
<style>
a { background-color: #99375C; }
a { background-color: rgb(153,55,92); }
div.DivClassName
{
background-color: #99375C;
}
.BgClassName
{
background-color: #99375C;
}
</style>
border-color css
<style>
span { border-color: #99375C; }
span { border-color: rgb(153,55,92); }
td.TdClassName
{
border-color: #99375C;
}
.TagClassName
{
border-color: #99375C;
}
</style>