Shades of Lipstick #993366
Tints of Lipstick #993366
RGB
CMYK
RGB Variations
Color information
#993366 (or 0x993366) is known color: Lipstick. HEX triplet: 99, 33 and 66. RGB value is (153,51,102). Sum of RGB (Red+Green+Blue) = 153+51+102=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #993366 is a web safe color. Inversed color of #993366 is #66CC99. Grayscale: #575757. Windows color (decimal): -6737050 or 6697881. OLE color: 6697881.
HSL color Cylindrical-coordinate representation of color #993366: hue angle of 330º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993366 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 102 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.4 |
| HSL | 330º | 0.5% | 0.4% | - |
| HSV(B) | 330º | 0.67% | 0.6% | - |
| XYZ | 16.72 | 10.1 | 13.64 | - |
| YUV | 87.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 102 | 0 | 0.67 | 0.33 | 0.4 | 330 | 0.5 | 0.4 |
| Hex | 99 | 33 | 66 | 0 | 43 | 21 | 28 | 14A | 32 | 28 |
| Octal | 231 | 63 | 146 | 0 | 103 | 41 | 50 | 512 | 62 | 50 |
| Binary | 10011001 | 110011 | 1100110 | 0 | 1000011 | 100001 | 101000 | 101001010 | 110010 | 101000 |
Color Harmonies of #993366
Complementary color
Monochromatic Colors of #993366
Black with #993366
Text Example
Text Example
White with #993366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993366; }
p { color: rgb(153,51,102); }
H1.HeaderClassName
{
color: #993366;
}
.AnyTagClassName
{
color: #993366;
}
</style>
background-color css
<style>
a { background-color: #993366; }
a { background-color: rgb(153,51,102); }
div.DivClassName
{
background-color: #993366;
}
.BgClassName
{
background-color: #993366;
}
</style>
border-color css
<style>
span { border-color: #993366; }
span { border-color: rgb(153,51,102); }
td.TdClassName
{
border-color: #993366;
}
.TagClassName
{
border-color: #993366;
}
</style>