Shades of Lipstick #90174E
Tints of Lipstick #90174E
RGB
CMYK
RGB Variations
Color information
#90174E (or 0x90174E) is known color: Lipstick. HEX triplet: 90, 17 and 4E. RGB value is (144,23,78). Sum of RGB (Red+Green+Blue) = 144+23+78=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #90174E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90174E is #6FE8B1. Grayscale: #414141. Windows color (decimal): -7334066 or 5117840. OLE color: 5117840.
HSL color Cylindrical-coordinate representation of color #90174E: hue angle of 332.73º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90174E is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 78 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.44 |
| HSL | 332.73º | 0.72% | 0.33% | - |
| HSV(B) | 332.73º | 0.84% | 0.56% | - |
| XYZ | 13.18 | 7.09 | 7.88 | - |
| YUV | 65.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 78 | 0 | 0.84 | 0.46 | 0.44 | 332.73 | 0.72 | 0.33 |
| Hex | 90 | 17 | 4E | 0 | 54 | 2E | 2C | 14D | 48 | 21 |
| Octal | 220 | 27 | 116 | 0 | 124 | 56 | 54 | 515 | 110 | 41 |
| Binary | 10010000 | 10111 | 1001110 | 0 | 1010100 | 101110 | 101100 | 101001101 | 1001000 | 100001 |
Color Harmonies of #90174E
Complementary color
Monochromatic Colors of #90174E
Black with #90174E
Text Example
Text Example
White with #90174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90174E; }
p { color: rgb(144,23,78); }
H1.HeaderClassName
{
color: #90174E;
}
.AnyTagClassName
{
color: #90174E;
}
</style>
background-color css
<style>
a { background-color: #90174E; }
a { background-color: rgb(144,23,78); }
div.DivClassName
{
background-color: #90174E;
}
.BgClassName
{
background-color: #90174E;
}
</style>
border-color css
<style>
span { border-color: #90174E; }
span { border-color: rgb(144,23,78); }
td.TdClassName
{
border-color: #90174E;
}
.TagClassName
{
border-color: #90174E;
}
</style>