Shades of Lipstick #990F40
Tints of Lipstick #990F40
RGB
CMYK
RGB Variations
Color information
#990F40 (or 0x990F40) is known color: Lipstick. HEX triplet: 99, 0F and 40. RGB value is (153,15,64). Sum of RGB (Red+Green+Blue) = 153+15+64=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #990F40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990F40 is #66F0BF. Grayscale: #3D3D3D. Windows color (decimal): -6746304 or 4198297. OLE color: 4198297.
HSL color Cylindrical-coordinate representation of color #990F40: hue angle of 338.7º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F40 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 64 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.4 |
| HSL | 338.7º | 0.82% | 0.33% | - |
| HSV(B) | 338.7º | 0.9% | 0.6% | - |
| XYZ | 14.23 | 7.48 | 5.54 | - |
| YUV | 61.85 | 129.22 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 64 | 0 | 0.90 | 0.58 | 0.4 | 338.7 | 0.82 | 0.33 |
| Hex | 99 | F | 40 | 0 | 5A | 3A | 28 | 153 | 52 | 21 |
| Octal | 231 | 17 | 100 | 0 | 132 | 72 | 50 | 523 | 122 | 41 |
| Binary | 10011001 | 1111 | 1000000 | 0 | 1011010 | 111010 | 101000 | 101010011 | 1010010 | 100001 |
Color Harmonies of #990F40
Complementary color
Monochromatic Colors of #990F40
Black with #990F40
Text Example
Text Example
White with #990F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F40; }
p { color: rgb(153,15,64); }
H1.HeaderClassName
{
color: #990F40;
}
.AnyTagClassName
{
color: #990F40;
}
</style>
background-color css
<style>
a { background-color: #990F40; }
a { background-color: rgb(153,15,64); }
div.DivClassName
{
background-color: #990F40;
}
.BgClassName
{
background-color: #990F40;
}
</style>
border-color css
<style>
span { border-color: #990F40; }
span { border-color: rgb(153,15,64); }
td.TdClassName
{
border-color: #990F40;
}
.TagClassName
{
border-color: #990F40;
}
</style>