Shades of Lipstick #99254C
Tints of Lipstick #99254C
RGB
CMYK
RGB Variations
Color information
#99254C (or 0x99254C) is known color: Lipstick. HEX triplet: 99, 25 and 4C. RGB value is (153,37,76). Sum of RGB (Red+Green+Blue) = 153+37+76=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99254C is #66DAB3. Grayscale: #4C4C4C. Windows color (decimal): -6740660 or 4990361. OLE color: 4990361.
HSL color Cylindrical-coordinate representation of color #99254C: hue angle of 339.83º 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 #99254C is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 76 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.4 |
| HSL | 339.83º | 0.61% | 0.37% | - |
| HSV(B) | 339.83º | 0.76% | 0.6% | - |
| XYZ | 15.1 | 8.62 | 7.7 | - |
| YUV | 76.13 | 127.93 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 76 | 0 | 0.76 | 0.50 | 0.4 | 339.83 | 0.61 | 0.37 |
| Hex | 99 | 25 | 4C | 0 | 4C | 32 | 28 | 154 | 3D | 25 |
| Octal | 231 | 45 | 114 | 0 | 114 | 62 | 50 | 524 | 75 | 45 |
| Binary | 10011001 | 100101 | 1001100 | 0 | 1001100 | 110010 | 101000 | 101010100 | 111101 | 100101 |
Color Harmonies of #99254C
Complementary color
Monochromatic Colors of #99254C
Black with #99254C
Text Example
Text Example
White with #99254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99254C; }
p { color: rgb(153,37,76); }
H1.HeaderClassName
{
color: #99254C;
}
.AnyTagClassName
{
color: #99254C;
}
</style>
background-color css
<style>
a { background-color: #99254C; }
a { background-color: rgb(153,37,76); }
div.DivClassName
{
background-color: #99254C;
}
.BgClassName
{
background-color: #99254C;
}
</style>
border-color css
<style>
span { border-color: #99254C; }
span { border-color: rgb(153,37,76); }
td.TdClassName
{
border-color: #99254C;
}
.TagClassName
{
border-color: #99254C;
}
</style>