Shades of Lipstick #993260
Tints of Lipstick #993260
RGB
CMYK
RGB Variations
Color information
#993260 (or 0x993260) is known color: Lipstick. HEX triplet: 99, 32 and 60. RGB value is (153,50,96). Sum of RGB (Red+Green+Blue) = 153+50+96=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #993260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993260 is #66CD9F. Grayscale: #555555. Windows color (decimal): -6737312 or 6304409. OLE color: 6304409.
HSL color Cylindrical-coordinate representation of color #993260: hue angle of 333.2º degrees, saturation: 0.51, 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 #993260 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 96 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.4 |
| HSL | 333.2º | 0.51% | 0.4% | - |
| HSV(B) | 333.2º | 0.67% | 0.6% | - |
| XYZ | 16.39 | 9.9 | 12.11 | - |
| YUV | 86.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 96 | 0 | 0.67 | 0.37 | 0.4 | 333.2 | 0.51 | 0.4 |
| Hex | 99 | 32 | 60 | 0 | 43 | 25 | 28 | 14D | 33 | 28 |
| Octal | 231 | 62 | 140 | 0 | 103 | 45 | 50 | 515 | 63 | 50 |
| Binary | 10011001 | 110010 | 1100000 | 0 | 1000011 | 100101 | 101000 | 101001101 | 110011 | 101000 |
Color Harmonies of #993260
Complementary color
Monochromatic Colors of #993260
Black with #993260
Text Example
Text Example
White with #993260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993260; }
p { color: rgb(153,50,96); }
H1.HeaderClassName
{
color: #993260;
}
.AnyTagClassName
{
color: #993260;
}
</style>
background-color css
<style>
a { background-color: #993260; }
a { background-color: rgb(153,50,96); }
div.DivClassName
{
background-color: #993260;
}
.BgClassName
{
background-color: #993260;
}
</style>
border-color css
<style>
span { border-color: #993260; }
span { border-color: rgb(153,50,96); }
td.TdClassName
{
border-color: #993260;
}
.TagClassName
{
border-color: #993260;
}
</style>