Shades of Lipstick #993151
Tints of Lipstick #993151
RGB
CMYK
RGB Variations
Color information
#993151 (or 0x993151) is known color: Lipstick. HEX triplet: 99, 31 and 51. RGB value is (153,49,81). Sum of RGB (Red+Green+Blue) = 153+49+81=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #993151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993151 is #66CEAE. Grayscale: #535353. Windows color (decimal): -6737583 or 5321113. OLE color: 5321113.
HSL color Cylindrical-coordinate representation of color #993151: hue angle of 341.54º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993151 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 81 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.4 |
| HSL | 341.54º | 0.51% | 0.4% | - |
| HSV(B) | 341.54º | 0.68% | 0.6% | - |
| XYZ | 15.72 | 9.56 | 8.8 | - |
| YUV | 83.74 | 126.46 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 81 | 0 | 0.68 | 0.47 | 0.4 | 341.54 | 0.51 | 0.4 |
| Hex | 99 | 31 | 51 | 0 | 44 | 2F | 28 | 156 | 33 | 28 |
| Octal | 231 | 61 | 121 | 0 | 104 | 57 | 50 | 526 | 63 | 50 |
| Binary | 10011001 | 110001 | 1010001 | 0 | 1000100 | 101111 | 101000 | 101010110 | 110011 | 101000 |
Color Harmonies of #993151
Complementary color
Monochromatic Colors of #993151
Black with #993151
Text Example
Text Example
White with #993151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993151; }
p { color: rgb(153,49,81); }
H1.HeaderClassName
{
color: #993151;
}
.AnyTagClassName
{
color: #993151;
}
</style>
background-color css
<style>
a { background-color: #993151; }
a { background-color: rgb(153,49,81); }
div.DivClassName
{
background-color: #993151;
}
.BgClassName
{
background-color: #993151;
}
</style>
border-color css
<style>
span { border-color: #993151; }
span { border-color: rgb(153,49,81); }
td.TdClassName
{
border-color: #993151;
}
.TagClassName
{
border-color: #993151;
}
</style>