Shades of Lipstick #993051
Tints of Lipstick #993051
RGB
CMYK
RGB Variations
Color information
#993051 (or 0x993051) is known color: Lipstick. HEX triplet: 99, 30 and 51. RGB value is (153,48,81). Sum of RGB (Red+Green+Blue) = 153+48+81=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #993051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993051 is #66CFAE. Grayscale: #535353. Windows color (decimal): -6737839 or 5320857. OLE color: 5320857.
HSL color Cylindrical-coordinate representation of color #993051: hue angle of 341.14º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993051 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 48 | 81 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.4 |
| HSL | 341.14º | 0.52% | 0.39% | - |
| HSV(B) | 341.14º | 0.69% | 0.6% | - |
| XYZ | 15.68 | 9.48 | 8.79 | - |
| YUV | 83.16 | 126.79 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 48 | 81 | 0 | 0.69 | 0.47 | 0.4 | 341.14 | 0.52 | 0.39 |
| Hex | 99 | 30 | 51 | 0 | 45 | 2F | 28 | 155 | 34 | 27 |
| Octal | 231 | 60 | 121 | 0 | 105 | 57 | 50 | 525 | 64 | 47 |
| Binary | 10011001 | 110000 | 1010001 | 0 | 1000101 | 101111 | 101000 | 101010101 | 110100 | 100111 |
Color Harmonies of #993051
Complementary color
Monochromatic Colors of #993051
Black with #993051
Text Example
Text Example
White with #993051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993051; }
p { color: rgb(153,48,81); }
H1.HeaderClassName
{
color: #993051;
}
.AnyTagClassName
{
color: #993051;
}
</style>
background-color css
<style>
a { background-color: #993051; }
a { background-color: rgb(153,48,81); }
div.DivClassName
{
background-color: #993051;
}
.BgClassName
{
background-color: #993051;
}
</style>
border-color css
<style>
span { border-color: #993051; }
span { border-color: rgb(153,48,81); }
td.TdClassName
{
border-color: #993051;
}
.TagClassName
{
border-color: #993051;
}
</style>