Shades of Lipstick #90124C
Tints of Lipstick #90124C
RGB
CMYK
RGB Variations
Color information
#90124C (or 0x90124C) is known color: Lipstick. HEX triplet: 90, 12 and 4C. RGB value is (144,18,76). Sum of RGB (Red+Green+Blue) = 144+18+76=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #90124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90124C is #6FEDB3. Grayscale: #3E3E3E. Windows color (decimal): -7335348 or 4985488. OLE color: 4985488.
HSL color Cylindrical-coordinate representation of color #90124C: hue angle of 332.38º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90124C is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 76 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.44 |
| HSL | 332.38º | 0.78% | 0.32% | - |
| HSV(B) | 332.38º | 0.88% | 0.56% | - |
| XYZ | 13.02 | 6.88 | 7.48 | - |
| YUV | 62.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 76 | 0 | 0.88 | 0.47 | 0.44 | 332.38 | 0.78 | 0.32 |
| Hex | 90 | 12 | 4C | 0 | 58 | 2F | 2C | 14C | 4E | 20 |
| Octal | 220 | 22 | 114 | 0 | 130 | 57 | 54 | 514 | 116 | 40 |
| Binary | 10010000 | 10010 | 1001100 | 0 | 1011000 | 101111 | 101100 | 101001100 | 1001110 | 100000 |
Color Harmonies of #90124C
Complementary color
Monochromatic Colors of #90124C
Black with #90124C
Text Example
Text Example
White with #90124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90124C; }
p { color: rgb(144,18,76); }
H1.HeaderClassName
{
color: #90124C;
}
.AnyTagClassName
{
color: #90124C;
}
</style>
background-color css
<style>
a { background-color: #90124C; }
a { background-color: rgb(144,18,76); }
div.DivClassName
{
background-color: #90124C;
}
.BgClassName
{
background-color: #90124C;
}
</style>
border-color css
<style>
span { border-color: #90124C; }
span { border-color: rgb(144,18,76); }
td.TdClassName
{
border-color: #90124C;
}
.TagClassName
{
border-color: #90124C;
}
</style>