Shades of Lipstick #99123F
Tints of Lipstick #99123F
RGB
CMYK
RGB Variations
Color information
#99123F (or 0x99123F) is known color: Lipstick. HEX triplet: 99, 12 and 3F. RGB value is (153,18,63). Sum of RGB (Red+Green+Blue) = 153+18+63=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #99123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99123F is #66EDC0. Grayscale: #3F3F3F. Windows color (decimal): -6745537 or 4133529. OLE color: 4133529.
HSL color Cylindrical-coordinate representation of color #99123F: hue angle of 340º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99123F is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 18 | 63 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.4 |
| HSL | 340º | 0.79% | 0.34% | - |
| HSV(B) | 340º | 0.88% | 0.6% | - |
| XYZ | 14.25 | 7.56 | 5.41 | - |
| YUV | 63.5 | 127.73 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 63 | 0 | 0.88 | 0.59 | 0.4 | 340 | 0.79 | 0.34 |
| Hex | 99 | 12 | 3F | 0 | 58 | 3B | 28 | 154 | 4F | 22 |
| Octal | 231 | 22 | 77 | 0 | 130 | 73 | 50 | 524 | 117 | 42 |
| Binary | 10011001 | 10010 | 111111 | 0 | 1011000 | 111011 | 101000 | 101010100 | 1001111 | 100010 |
Color Harmonies of #99123F
Complementary color
Monochromatic Colors of #99123F
Black with #99123F
Text Example
Text Example
White with #99123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99123F; }
p { color: rgb(153,18,63); }
H1.HeaderClassName
{
color: #99123F;
}
.AnyTagClassName
{
color: #99123F;
}
</style>
background-color css
<style>
a { background-color: #99123F; }
a { background-color: rgb(153,18,63); }
div.DivClassName
{
background-color: #99123F;
}
.BgClassName
{
background-color: #99123F;
}
</style>
border-color css
<style>
span { border-color: #99123F; }
span { border-color: rgb(153,18,63); }
td.TdClassName
{
border-color: #99123F;
}
.TagClassName
{
border-color: #99123F;
}
</style>