Shades of Lipstick #992D61
Tints of Lipstick #992D61
RGB
CMYK
RGB Variations
Color information
#992D61 (or 0x992D61) is known color: Lipstick. HEX triplet: 99, 2D and 61. RGB value is (153,45,97). Sum of RGB (Red+Green+Blue) = 153+45+97=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #992D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992D61 is #66D29E. Grayscale: #535353. Windows color (decimal): -6738591 or 6368665. OLE color: 6368665.
HSL color Cylindrical-coordinate representation of color #992D61: hue angle of 331.11º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992D61 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 97 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.4 |
| HSL | 331.11º | 0.55% | 0.39% | - |
| HSV(B) | 331.11º | 0.71% | 0.6% | - |
| XYZ | 16.23 | 9.51 | 12.29 | - |
| YUV | 83.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 97 | 0 | 0.71 | 0.37 | 0.4 | 331.11 | 0.55 | 0.39 |
| Hex | 99 | 2D | 61 | 0 | 47 | 25 | 28 | 14B | 37 | 27 |
| Octal | 231 | 55 | 141 | 0 | 107 | 45 | 50 | 513 | 67 | 47 |
| Binary | 10011001 | 101101 | 1100001 | 0 | 1000111 | 100101 | 101000 | 101001011 | 110111 | 100111 |
Color Harmonies of #992D61
Complementary color
Monochromatic Colors of #992D61
Black with #992D61
Text Example
Text Example
White with #992D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D61; }
p { color: rgb(153,45,97); }
H1.HeaderClassName
{
color: #992D61;
}
.AnyTagClassName
{
color: #992D61;
}
</style>
background-color css
<style>
a { background-color: #992D61; }
a { background-color: rgb(153,45,97); }
div.DivClassName
{
background-color: #992D61;
}
.BgClassName
{
background-color: #992D61;
}
</style>
border-color css
<style>
span { border-color: #992D61; }
span { border-color: rgb(153,45,97); }
td.TdClassName
{
border-color: #992D61;
}
.TagClassName
{
border-color: #992D61;
}
</style>