Shades of Lipstick #99284D
Tints of Lipstick #99284D
RGB
CMYK
RGB Variations
Color information
#99284D (or 0x99284D) is known color: Lipstick. HEX triplet: 99, 28 and 4D. RGB value is (153,40,77). Sum of RGB (Red+Green+Blue) = 153+40+77=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #99284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99284D is #66D7B2. Grayscale: #4D4D4D. Windows color (decimal): -6739891 or 5056665. OLE color: 5056665.
HSL color Cylindrical-coordinate representation of color #99284D: hue angle of 340.35º 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 #99284D is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 77 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.4 |
| HSL | 340.35º | 0.59% | 0.38% | - |
| HSV(B) | 340.35º | 0.74% | 0.6% | - |
| XYZ | 15.24 | 8.83 | 7.92 | - |
| YUV | 78.01 | 127.44 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 77 | 0 | 0.74 | 0.50 | 0.4 | 340.35 | 0.59 | 0.38 |
| Hex | 99 | 28 | 4D | 0 | 4A | 32 | 28 | 154 | 3B | 26 |
| Octal | 231 | 50 | 115 | 0 | 112 | 62 | 50 | 524 | 73 | 46 |
| Binary | 10011001 | 101000 | 1001101 | 0 | 1001010 | 110010 | 101000 | 101010100 | 111011 | 100110 |
Color Harmonies of #99284D
Complementary color
Monochromatic Colors of #99284D
Black with #99284D
Text Example
Text Example
White with #99284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99284D; }
p { color: rgb(153,40,77); }
H1.HeaderClassName
{
color: #99284D;
}
.AnyTagClassName
{
color: #99284D;
}
</style>
background-color css
<style>
a { background-color: #99284D; }
a { background-color: rgb(153,40,77); }
div.DivClassName
{
background-color: #99284D;
}
.BgClassName
{
background-color: #99284D;
}
</style>
border-color css
<style>
span { border-color: #99284D; }
span { border-color: rgb(153,40,77); }
td.TdClassName
{
border-color: #99284D;
}
.TagClassName
{
border-color: #99284D;
}
</style>