Shades of Lipstick #993350
Tints of Lipstick #993350
RGB
CMYK
RGB Variations
Color information
#993350 (or 0x993350) is known color: Lipstick. HEX triplet: 99, 33 and 50. RGB value is (153,51,80). Sum of RGB (Red+Green+Blue) = 153+51+80=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #993350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993350 is #66CCAF. Grayscale: #545454. Windows color (decimal): -6737072 or 5256089. OLE color: 5256089.
HSL color Cylindrical-coordinate representation of color #993350: hue angle of 342.94º 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 #993350 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 80 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.4 |
| HSL | 342.94º | 0.5% | 0.4% | - |
| HSV(B) | 342.94º | 0.67% | 0.6% | - |
| XYZ | 15.77 | 9.72 | 8.63 | - |
| YUV | 84.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 80 | 0 | 0.67 | 0.48 | 0.4 | 342.94 | 0.5 | 0.4 |
| Hex | 99 | 33 | 50 | 0 | 43 | 30 | 28 | 157 | 32 | 28 |
| Octal | 231 | 63 | 120 | 0 | 103 | 60 | 50 | 527 | 62 | 50 |
| Binary | 10011001 | 110011 | 1010000 | 0 | 1000011 | 110000 | 101000 | 101010111 | 110010 | 101000 |
Color Harmonies of #993350
Complementary color
Monochromatic Colors of #993350
Black with #993350
Text Example
Text Example
White with #993350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993350; }
p { color: rgb(153,51,80); }
H1.HeaderClassName
{
color: #993350;
}
.AnyTagClassName
{
color: #993350;
}
</style>
background-color css
<style>
a { background-color: #993350; }
a { background-color: rgb(153,51,80); }
div.DivClassName
{
background-color: #993350;
}
.BgClassName
{
background-color: #993350;
}
</style>
border-color css
<style>
span { border-color: #993350; }
span { border-color: rgb(153,51,80); }
td.TdClassName
{
border-color: #993350;
}
.TagClassName
{
border-color: #993350;
}
</style>