Shades of Lipstick #90346C
Tints of Lipstick #90346C
RGB
CMYK
RGB Variations
Color information
#90346C (or 0x90346C) is known color: Lipstick. HEX triplet: 90, 34 and 6C. RGB value is (144,52,108). Sum of RGB (Red+Green+Blue) = 144+52+108=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #90346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90346C is #6FCB93. Grayscale: #555555. Windows color (decimal): -7326612 or 7091344. OLE color: 7091344.
HSL color Cylindrical-coordinate representation of color #90346C: hue angle of 323.48º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90346C is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 108 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.44 |
| HSL | 323.48º | 0.47% | 0.38% | - |
| HSV(B) | 323.48º | 0.64% | 0.56% | - |
| XYZ | 15.44 | 9.47 | 15.2 | - |
| YUV | 85.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 108 | 0 | 0.64 | 0.25 | 0.44 | 323.48 | 0.47 | 0.38 |
| Hex | 90 | 34 | 6C | 0 | 40 | 19 | 2C | 143 | 2F | 26 |
| Octal | 220 | 64 | 154 | 0 | 100 | 31 | 54 | 503 | 57 | 46 |
| Binary | 10010000 | 110100 | 1101100 | 0 | 1000000 | 11001 | 101100 | 101000011 | 101111 | 100110 |
Color Harmonies of #90346C
Complementary color
Monochromatic Colors of #90346C
Black with #90346C
Text Example
Text Example
White with #90346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90346C; }
p { color: rgb(144,52,108); }
H1.HeaderClassName
{
color: #90346C;
}
.AnyTagClassName
{
color: #90346C;
}
</style>
background-color css
<style>
a { background-color: #90346C; }
a { background-color: rgb(144,52,108); }
div.DivClassName
{
background-color: #90346C;
}
.BgClassName
{
background-color: #90346C;
}
</style>
border-color css
<style>
span { border-color: #90346C; }
span { border-color: rgb(144,52,108); }
td.TdClassName
{
border-color: #90346C;
}
.TagClassName
{
border-color: #90346C;
}
</style>