Shades of Lipstick #90134C
Tints of Lipstick #90134C
RGB
CMYK
RGB Variations
Color information
#90134C (or 0x90134C) is known color: Lipstick. HEX triplet: 90, 13 and 4C. RGB value is (144,19,76). Sum of RGB (Red+Green+Blue) = 144+19+76=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #90134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90134C is #6FECB3. Grayscale: #3E3E3E. Windows color (decimal): -7335092 or 4985744. OLE color: 4985744.
HSL color Cylindrical-coordinate representation of color #90134C: hue angle of 332.64º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90134C is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 76 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.44 |
| HSL | 332.64º | 0.77% | 0.32% | - |
| HSV(B) | 332.64º | 0.87% | 0.56% | - |
| XYZ | 13.04 | 6.92 | 7.49 | - |
| YUV | 62.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 76 | 0 | 0.87 | 0.47 | 0.44 | 332.64 | 0.77 | 0.32 |
| Hex | 90 | 13 | 4C | 0 | 57 | 2F | 2C | 14D | 4D | 20 |
| Octal | 220 | 23 | 114 | 0 | 127 | 57 | 54 | 515 | 115 | 40 |
| Binary | 10010000 | 10011 | 1001100 | 0 | 1010111 | 101111 | 101100 | 101001101 | 1001101 | 100000 |
Color Harmonies of #90134C
Complementary color
Monochromatic Colors of #90134C
Black with #90134C
Text Example
Text Example
White with #90134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90134C; }
p { color: rgb(144,19,76); }
H1.HeaderClassName
{
color: #90134C;
}
.AnyTagClassName
{
color: #90134C;
}
</style>
background-color css
<style>
a { background-color: #90134C; }
a { background-color: rgb(144,19,76); }
div.DivClassName
{
background-color: #90134C;
}
.BgClassName
{
background-color: #90134C;
}
</style>
border-color css
<style>
span { border-color: #90134C; }
span { border-color: rgb(144,19,76); }
td.TdClassName
{
border-color: #90134C;
}
.TagClassName
{
border-color: #90134C;
}
</style>