Shades of Lipstick #993463
Tints of Lipstick #993463
RGB
CMYK
RGB Variations
Color information
#993463 (or 0x993463) is known color: Lipstick. HEX triplet: 99, 34 and 63. RGB value is (153,52,99). Sum of RGB (Red+Green+Blue) = 153+52+99=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #993463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993463 is #66CB9C. Grayscale: #575757. Windows color (decimal): -6736797 or 6501529. OLE color: 6501529.
HSL color Cylindrical-coordinate representation of color #993463: hue angle of 332.08º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993463 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 99 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.4 |
| HSL | 332.08º | 0.49% | 0.4% | - |
| HSV(B) | 332.08º | 0.66% | 0.6% | - |
| XYZ | 16.62 | 10.13 | 12.88 | - |
| YUV | 87.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 99 | 0 | 0.66 | 0.35 | 0.4 | 332.08 | 0.49 | 0.4 |
| Hex | 99 | 34 | 63 | 0 | 42 | 23 | 28 | 14C | 31 | 28 |
| Octal | 231 | 64 | 143 | 0 | 102 | 43 | 50 | 514 | 61 | 50 |
| Binary | 10011001 | 110100 | 1100011 | 0 | 1000010 | 100011 | 101000 | 101001100 | 110001 | 101000 |
Color Harmonies of #993463
Complementary color
Monochromatic Colors of #993463
Black with #993463
Text Example
Text Example
White with #993463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993463; }
p { color: rgb(153,52,99); }
H1.HeaderClassName
{
color: #993463;
}
.AnyTagClassName
{
color: #993463;
}
</style>
background-color css
<style>
a { background-color: #993463; }
a { background-color: rgb(153,52,99); }
div.DivClassName
{
background-color: #993463;
}
.BgClassName
{
background-color: #993463;
}
</style>
border-color css
<style>
span { border-color: #993463; }
span { border-color: rgb(153,52,99); }
td.TdClassName
{
border-color: #993463;
}
.TagClassName
{
border-color: #993463;
}
</style>