Shades of Lipstick #993665
Tints of Lipstick #993665
RGB
CMYK
RGB Variations
Color information
#993665 (or 0x993665) is known color: Lipstick. HEX triplet: 99, 36 and 65. RGB value is (153,54,101). Sum of RGB (Red+Green+Blue) = 153+54+101=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #993665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993665 is #66C99A. Grayscale: #585858. Windows color (decimal): -6736283 or 6633113. OLE color: 6633113.
HSL color Cylindrical-coordinate representation of color #993665: hue angle of 331.52º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993665 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 101 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.4 |
| HSL | 331.52º | 0.48% | 0.41% | - |
| HSV(B) | 331.52º | 0.65% | 0.6% | - |
| XYZ | 16.81 | 10.35 | 13.42 | - |
| YUV | 88.96 | 134.8 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 101 | 0 | 0.65 | 0.34 | 0.4 | 331.52 | 0.48 | 0.41 |
| Hex | 99 | 36 | 65 | 0 | 41 | 22 | 28 | 14C | 30 | 29 |
| Octal | 231 | 66 | 145 | 0 | 101 | 42 | 50 | 514 | 60 | 51 |
| Binary | 10011001 | 110110 | 1100101 | 0 | 1000001 | 100010 | 101000 | 101001100 | 110000 | 101001 |
Color Harmonies of #993665
Complementary color
Monochromatic Colors of #993665
Black with #993665
Text Example
Text Example
White with #993665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993665; }
p { color: rgb(153,54,101); }
H1.HeaderClassName
{
color: #993665;
}
.AnyTagClassName
{
color: #993665;
}
</style>
background-color css
<style>
a { background-color: #993665; }
a { background-color: rgb(153,54,101); }
div.DivClassName
{
background-color: #993665;
}
.BgClassName
{
background-color: #993665;
}
</style>
border-color css
<style>
span { border-color: #993665; }
span { border-color: rgb(153,54,101); }
td.TdClassName
{
border-color: #993665;
}
.TagClassName
{
border-color: #993665;
}
</style>