Shades of Lipstick #99245E
Tints of Lipstick #99245E
RGB
CMYK
RGB Variations
Color information
#99245E (or 0x99245E) is known color: Lipstick. HEX triplet: 99, 24 and 5E. RGB value is (153,36,94). Sum of RGB (Red+Green+Blue) = 153+36+94=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99245E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99245E is #66DBA1. Grayscale: #4D4D4D. Windows color (decimal): -6740898 or 6169753. OLE color: 6169753.
HSL color Cylindrical-coordinate representation of color #99245E: hue angle of 330.26º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99245E is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 36 | 94 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.4 |
| HSL | 330.26º | 0.62% | 0.37% | - |
| HSV(B) | 330.26º | 0.76% | 0.6% | - |
| XYZ | 15.79 | 8.84 | 11.46 | - |
| YUV | 77.6 | 137.26 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 36 | 94 | 0 | 0.76 | 0.39 | 0.4 | 330.26 | 0.62 | 0.37 |
| Hex | 99 | 24 | 5E | 0 | 4C | 27 | 28 | 14A | 3E | 25 |
| Octal | 231 | 44 | 136 | 0 | 114 | 47 | 50 | 512 | 76 | 45 |
| Binary | 10011001 | 100100 | 1011110 | 0 | 1001100 | 100111 | 101000 | 101001010 | 111110 | 100101 |
Color Harmonies of #99245E
Complementary color
Monochromatic Colors of #99245E
Black with #99245E
Text Example
Text Example
White with #99245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99245E; }
p { color: rgb(153,36,94); }
H1.HeaderClassName
{
color: #99245E;
}
.AnyTagClassName
{
color: #99245E;
}
</style>
background-color css
<style>
a { background-color: #99245E; }
a { background-color: rgb(153,36,94); }
div.DivClassName
{
background-color: #99245E;
}
.BgClassName
{
background-color: #99245E;
}
</style>
border-color css
<style>
span { border-color: #99245E; }
span { border-color: rgb(153,36,94); }
td.TdClassName
{
border-color: #99245E;
}
.TagClassName
{
border-color: #99245E;
}
</style>