Shades of Lipstick #991D54
Tints of Lipstick #991D54
RGB
CMYK
RGB Variations
Color information
#991D54 (or 0x991D54) is known color: Lipstick. HEX triplet: 99, 1D and 54. RGB value is (153,29,84). Sum of RGB (Red+Green+Blue) = 153+29+84=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #991D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D54 is #66E2AB. Grayscale: #484848. Windows color (decimal): -6742700 or 5512601. OLE color: 5512601.
HSL color Cylindrical-coordinate representation of color #991D54: hue angle of 333.39º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D54 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 29 | 84 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.4 |
| HSL | 333.39º | 0.68% | 0.36% | - |
| HSV(B) | 333.39º | 0.81% | 0.6% | - |
| XYZ | 15.18 | 8.29 | 9.19 | - |
| YUV | 72.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 84 | 0 | 0.81 | 0.45 | 0.4 | 333.39 | 0.68 | 0.36 |
| Hex | 99 | 1D | 54 | 0 | 51 | 2D | 28 | 14D | 44 | 24 |
| Octal | 231 | 35 | 124 | 0 | 121 | 55 | 50 | 515 | 104 | 44 |
| Binary | 10011001 | 11101 | 1010100 | 0 | 1010001 | 101101 | 101000 | 101001101 | 1000100 | 100100 |
Color Harmonies of #991D54
Complementary color
Monochromatic Colors of #991D54
Black with #991D54
Text Example
Text Example
White with #991D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991D54; }
p { color: rgb(153,29,84); }
H1.HeaderClassName
{
color: #991D54;
}
.AnyTagClassName
{
color: #991D54;
}
</style>
background-color css
<style>
a { background-color: #991D54; }
a { background-color: rgb(153,29,84); }
div.DivClassName
{
background-color: #991D54;
}
.BgClassName
{
background-color: #991D54;
}
</style>
border-color css
<style>
span { border-color: #991D54; }
span { border-color: rgb(153,29,84); }
td.TdClassName
{
border-color: #991D54;
}
.TagClassName
{
border-color: #991D54;
}
</style>