Shades of Lipstick #99255E
Tints of Lipstick #99255E
RGB
CMYK
RGB Variations
Color information
#99255E (or 0x99255E) is known color: Lipstick. HEX triplet: 99, 25 and 5E. RGB value is (153,37,94). Sum of RGB (Red+Green+Blue) = 153+37+94=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #99255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99255E is #66DAA1. Grayscale: #4E4E4E. Windows color (decimal): -6740642 or 6170009. OLE color: 6170009.
HSL color Cylindrical-coordinate representation of color #99255E: hue angle of 330.52º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99255E is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 94 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.4 |
| HSL | 330.52º | 0.61% | 0.37% | - |
| HSV(B) | 330.52º | 0.76% | 0.6% | - |
| XYZ | 15.82 | 8.9 | 11.47 | - |
| YUV | 78.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 94 | 0 | 0.76 | 0.39 | 0.4 | 330.52 | 0.61 | 0.37 |
| Hex | 99 | 25 | 5E | 0 | 4C | 27 | 28 | 14B | 3D | 25 |
| Octal | 231 | 45 | 136 | 0 | 114 | 47 | 50 | 513 | 75 | 45 |
| Binary | 10011001 | 100101 | 1011110 | 0 | 1001100 | 100111 | 101000 | 101001011 | 111101 | 100101 |
Color Harmonies of #99255E
Complementary color
Monochromatic Colors of #99255E
Black with #99255E
Text Example
Text Example
White with #99255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99255E; }
p { color: rgb(153,37,94); }
H1.HeaderClassName
{
color: #99255E;
}
.AnyTagClassName
{
color: #99255E;
}
</style>
background-color css
<style>
a { background-color: #99255E; }
a { background-color: rgb(153,37,94); }
div.DivClassName
{
background-color: #99255E;
}
.BgClassName
{
background-color: #99255E;
}
</style>
border-color css
<style>
span { border-color: #99255E; }
span { border-color: rgb(153,37,94); }
td.TdClassName
{
border-color: #99255E;
}
.TagClassName
{
border-color: #99255E;
}
</style>