Shades of Lipstick #90164D
Tints of Lipstick #90164D
RGB
CMYK
RGB Variations
Color information
#90164D (or 0x90164D) is known color: Lipstick. HEX triplet: 90, 16 and 4D. RGB value is (144,22,77). Sum of RGB (Red+Green+Blue) = 144+22+77=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #90164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90164D is #6FE9B2. Grayscale: #404040. Windows color (decimal): -7334323 or 5052048. OLE color: 5052048.
HSL color Cylindrical-coordinate representation of color #90164D: hue angle of 332.95º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90164D is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 77 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.44 |
| HSL | 332.95º | 0.73% | 0.33% | - |
| HSV(B) | 332.95º | 0.85% | 0.56% | - |
| XYZ | 13.13 | 7.04 | 7.69 | - |
| YUV | 64.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 77 | 0 | 0.85 | 0.47 | 0.44 | 332.95 | 0.73 | 0.33 |
| Hex | 90 | 16 | 4D | 0 | 55 | 2F | 2C | 14D | 49 | 21 |
| Octal | 220 | 26 | 115 | 0 | 125 | 57 | 54 | 515 | 111 | 41 |
| Binary | 10010000 | 10110 | 1001101 | 0 | 1010101 | 101111 | 101100 | 101001101 | 1001001 | 100001 |
Color Harmonies of #90164D
Complementary color
Monochromatic Colors of #90164D
Black with #90164D
Text Example
Text Example
White with #90164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90164D; }
p { color: rgb(144,22,77); }
H1.HeaderClassName
{
color: #90164D;
}
.AnyTagClassName
{
color: #90164D;
}
</style>
background-color css
<style>
a { background-color: #90164D; }
a { background-color: rgb(144,22,77); }
div.DivClassName
{
background-color: #90164D;
}
.BgClassName
{
background-color: #90164D;
}
</style>
border-color css
<style>
span { border-color: #90164D; }
span { border-color: rgb(144,22,77); }
td.TdClassName
{
border-color: #90164D;
}
.TagClassName
{
border-color: #90164D;
}
</style>