Shades of Lipstick #90375C
Tints of Lipstick #90375C
RGB
CMYK
RGB Variations
Color information
#90375C (or 0x90375C) is known color: Lipstick. HEX triplet: 90, 37 and 5C. RGB value is (144,55,92). Sum of RGB (Red+Green+Blue) = 144+55+92=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #90375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90375C is #6FC8A3. Grayscale: #555555. Windows color (decimal): -7325860 or 6043536. OLE color: 6043536.
HSL color Cylindrical-coordinate representation of color #90375C: hue angle of 335.06º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90375C is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 92 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.44 |
| HSL | 335.06º | 0.45% | 0.39% | - |
| HSV(B) | 335.06º | 0.62% | 0.56% | - |
| XYZ | 14.8 | 9.43 | 11.17 | - |
| YUV | 85.83 | 131.49 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 92 | 0 | 0.62 | 0.36 | 0.44 | 335.06 | 0.45 | 0.39 |
| Hex | 90 | 37 | 5C | 0 | 3E | 24 | 2C | 14F | 2D | 27 |
| Octal | 220 | 67 | 134 | 0 | 76 | 44 | 54 | 517 | 55 | 47 |
| Binary | 10010000 | 110111 | 1011100 | 0 | 111110 | 100100 | 101100 | 101001111 | 101101 | 100111 |
Color Harmonies of #90375C
Complementary color
Monochromatic Colors of #90375C
Black with #90375C
Text Example
Text Example
White with #90375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90375C; }
p { color: rgb(144,55,92); }
H1.HeaderClassName
{
color: #90375C;
}
.AnyTagClassName
{
color: #90375C;
}
</style>
background-color css
<style>
a { background-color: #90375C; }
a { background-color: rgb(144,55,92); }
div.DivClassName
{
background-color: #90375C;
}
.BgClassName
{
background-color: #90375C;
}
</style>
border-color css
<style>
span { border-color: #90375C; }
span { border-color: rgb(144,55,92); }
td.TdClassName
{
border-color: #90375C;
}
.TagClassName
{
border-color: #90375C;
}
</style>