Shades of Lipstick #992D44
Tints of Lipstick #992D44
RGB
CMYK
RGB Variations
Color information
#992D44 (or 0x992D44) is known color: Lipstick. HEX triplet: 99, 2D and 44. RGB value is (153,45,68). Sum of RGB (Red+Green+Blue) = 153+45+68=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #992D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D44 is #66D2BB. Grayscale: #4F4F4F. Windows color (decimal): -6738620 or 4468121. OLE color: 4468121.
HSL color Cylindrical-coordinate representation of color #992D44: hue angle of 347.22º 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 #992D44 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 68 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.4 |
| HSL | 347.22º | 0.55% | 0.39% | - |
| HSV(B) | 347.22º | 0.71% | 0.6% | - |
| XYZ | 15.12 | 9.07 | 6.42 | - |
| YUV | 79.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 68 | 0 | 0.71 | 0.56 | 0.4 | 347.22 | 0.55 | 0.39 |
| Hex | 99 | 2D | 44 | 0 | 47 | 38 | 28 | 15B | 37 | 27 |
| Octal | 231 | 55 | 104 | 0 | 107 | 70 | 50 | 533 | 67 | 47 |
| Binary | 10011001 | 101101 | 1000100 | 0 | 1000111 | 111000 | 101000 | 101011011 | 110111 | 100111 |
Color Harmonies of #992D44
Complementary color
Monochromatic Colors of #992D44
Black with #992D44
Text Example
Text Example
White with #992D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D44; }
p { color: rgb(153,45,68); }
H1.HeaderClassName
{
color: #992D44;
}
.AnyTagClassName
{
color: #992D44;
}
</style>
background-color css
<style>
a { background-color: #992D44; }
a { background-color: rgb(153,45,68); }
div.DivClassName
{
background-color: #992D44;
}
.BgClassName
{
background-color: #992D44;
}
</style>
border-color css
<style>
span { border-color: #992D44; }
span { border-color: rgb(153,45,68); }
td.TdClassName
{
border-color: #992D44;
}
.TagClassName
{
border-color: #992D44;
}
</style>