Shades of Lipstick #991245
Tints of Lipstick #991245
RGB
CMYK
RGB Variations
Color information
#991245 (or 0x991245) is known color: Lipstick. HEX triplet: 99, 12 and 45. RGB value is (153,18,69). Sum of RGB (Red+Green+Blue) = 153+18+69=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #991245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991245 is #66EDBA. Grayscale: #404040. Windows color (decimal): -6745531 or 4526745. OLE color: 4526745.
HSL color Cylindrical-coordinate representation of color #991245: hue angle of 337.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991245 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 18 | 69 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.4 |
| HSL | 337.33º | 0.79% | 0.34% | - |
| HSV(B) | 337.33º | 0.88% | 0.6% | - |
| XYZ | 14.43 | 7.63 | 6.34 | - |
| YUV | 64.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 69 | 0 | 0.88 | 0.55 | 0.4 | 337.33 | 0.79 | 0.34 |
| Hex | 99 | 12 | 45 | 0 | 58 | 37 | 28 | 151 | 4F | 22 |
| Octal | 231 | 22 | 105 | 0 | 130 | 67 | 50 | 521 | 117 | 42 |
| Binary | 10011001 | 10010 | 1000101 | 0 | 1011000 | 110111 | 101000 | 101010001 | 1001111 | 100010 |
Color Harmonies of #991245
Complementary color
Monochromatic Colors of #991245
Black with #991245
Text Example
Text Example
White with #991245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991245; }
p { color: rgb(153,18,69); }
H1.HeaderClassName
{
color: #991245;
}
.AnyTagClassName
{
color: #991245;
}
</style>
background-color css
<style>
a { background-color: #991245; }
a { background-color: rgb(153,18,69); }
div.DivClassName
{
background-color: #991245;
}
.BgClassName
{
background-color: #991245;
}
</style>
border-color css
<style>
span { border-color: #991245; }
span { border-color: rgb(153,18,69); }
td.TdClassName
{
border-color: #991245;
}
.TagClassName
{
border-color: #991245;
}
</style>