Shades of Lipstick #99154C
Tints of Lipstick #99154C
RGB
CMYK
RGB Variations
Color information
#99154C (or 0x99154C) is known color: Lipstick. HEX triplet: 99, 15 and 4C. RGB value is (153,21,76). Sum of RGB (Red+Green+Blue) = 153+21+76=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #99154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99154C is #66EAB3. Grayscale: #424242. Windows color (decimal): -6744756 or 4986265. OLE color: 4986265.
HSL color Cylindrical-coordinate representation of color #99154C: hue angle of 335º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99154C is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 21 | 76 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.4 |
| HSL | 335º | 0.76% | 0.34% | - |
| HSV(B) | 335º | 0.86% | 0.6% | - |
| XYZ | 14.71 | 7.83 | 7.57 | - |
| YUV | 66.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 76 | 0 | 0.86 | 0.50 | 0.4 | 335 | 0.76 | 0.34 |
| Hex | 99 | 15 | 4C | 0 | 56 | 32 | 28 | 14F | 4C | 22 |
| Octal | 231 | 25 | 114 | 0 | 126 | 62 | 50 | 517 | 114 | 42 |
| Binary | 10011001 | 10101 | 1001100 | 0 | 1010110 | 110010 | 101000 | 101001111 | 1001100 | 100010 |
Color Harmonies of #99154C
Complementary color
Monochromatic Colors of #99154C
Black with #99154C
Text Example
Text Example
White with #99154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99154C; }
p { color: rgb(153,21,76); }
H1.HeaderClassName
{
color: #99154C;
}
.AnyTagClassName
{
color: #99154C;
}
</style>
background-color css
<style>
a { background-color: #99154C; }
a { background-color: rgb(153,21,76); }
div.DivClassName
{
background-color: #99154C;
}
.BgClassName
{
background-color: #99154C;
}
</style>
border-color css
<style>
span { border-color: #99154C; }
span { border-color: rgb(153,21,76); }
td.TdClassName
{
border-color: #99154C;
}
.TagClassName
{
border-color: #99154C;
}
</style>