Shades of Lipstick #993262
Tints of Lipstick #993262
RGB
CMYK
RGB Variations
Color information
#993262 (or 0x993262) is known color: Lipstick. HEX triplet: 99, 32 and 62. RGB value is (153,50,98). Sum of RGB (Red+Green+Blue) = 153+50+98=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #993262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993262 is #66CD9D. Grayscale: #565656. Windows color (decimal): -6737310 or 6435481. OLE color: 6435481.
HSL color Cylindrical-coordinate representation of color #993262: hue angle of 332.04º 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 #993262 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 98 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.4 |
| HSL | 332.04º | 0.51% | 0.4% | - |
| HSV(B) | 332.04º | 0.67% | 0.6% | - |
| XYZ | 16.48 | 9.94 | 12.6 | - |
| YUV | 86.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 98 | 0 | 0.67 | 0.36 | 0.4 | 332.04 | 0.51 | 0.4 |
| Hex | 99 | 32 | 62 | 0 | 43 | 24 | 28 | 14C | 33 | 28 |
| Octal | 231 | 62 | 142 | 0 | 103 | 44 | 50 | 514 | 63 | 50 |
| Binary | 10011001 | 110010 | 1100010 | 0 | 1000011 | 100100 | 101000 | 101001100 | 110011 | 101000 |
Color Harmonies of #993262
Complementary color
Monochromatic Colors of #993262
Black with #993262
Text Example
Text Example
White with #993262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993262; }
p { color: rgb(153,50,98); }
H1.HeaderClassName
{
color: #993262;
}
.AnyTagClassName
{
color: #993262;
}
</style>
background-color css
<style>
a { background-color: #993262; }
a { background-color: rgb(153,50,98); }
div.DivClassName
{
background-color: #993262;
}
.BgClassName
{
background-color: #993262;
}
</style>
border-color css
<style>
span { border-color: #993262; }
span { border-color: rgb(153,50,98); }
td.TdClassName
{
border-color: #993262;
}
.TagClassName
{
border-color: #993262;
}
</style>