Shades of Lipstick #99285B
Tints of Lipstick #99285B
RGB
CMYK
RGB Variations
Color information
#99285B (or 0x99285B) is known color: Lipstick. HEX triplet: 99, 28 and 5B. RGB value is (153,40,91). Sum of RGB (Red+Green+Blue) = 153+40+91=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #99285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99285B is #66D7A4. Grayscale: #4F4F4F. Windows color (decimal): -6739877 or 5974169. OLE color: 5974169.
HSL color Cylindrical-coordinate representation of color #99285B: hue angle of 332.92º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99285B is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 91 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.4 |
| HSL | 332.92º | 0.59% | 0.38% | - |
| HSV(B) | 332.92º | 0.74% | 0.6% | - |
| XYZ | 15.78 | 9.05 | 10.81 | - |
| YUV | 79.6 | 134.44 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 91 | 0 | 0.74 | 0.41 | 0.4 | 332.92 | 0.59 | 0.38 |
| Hex | 99 | 28 | 5B | 0 | 4A | 29 | 28 | 14D | 3B | 26 |
| Octal | 231 | 50 | 133 | 0 | 112 | 51 | 50 | 515 | 73 | 46 |
| Binary | 10011001 | 101000 | 1011011 | 0 | 1001010 | 101001 | 101000 | 101001101 | 111011 | 100110 |
Color Harmonies of #99285B
Complementary color
Monochromatic Colors of #99285B
Black with #99285B
Text Example
Text Example
White with #99285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99285B; }
p { color: rgb(153,40,91); }
H1.HeaderClassName
{
color: #99285B;
}
.AnyTagClassName
{
color: #99285B;
}
</style>
background-color css
<style>
a { background-color: #99285B; }
a { background-color: rgb(153,40,91); }
div.DivClassName
{
background-color: #99285B;
}
.BgClassName
{
background-color: #99285B;
}
</style>
border-color css
<style>
span { border-color: #99285B; }
span { border-color: rgb(153,40,91); }
td.TdClassName
{
border-color: #99285B;
}
.TagClassName
{
border-color: #99285B;
}
</style>