Shades of Lipstick #901A57
Tints of Lipstick #901A57
RGB
CMYK
RGB Variations
Color information
#901A57 (or 0x901A57) is known color: Lipstick. HEX triplet: 90, 1A and 57. RGB value is (144,26,87). Sum of RGB (Red+Green+Blue) = 144+26+87=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #901A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A57 is #6FE5A8. Grayscale: #444444. Windows color (decimal): -7333289 or 5708432. OLE color: 5708432.
HSL color Cylindrical-coordinate representation of color #901A57: hue angle of 328.98º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A57 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 87 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.44 |
| HSL | 328.98º | 0.69% | 0.33% | - |
| HSV(B) | 328.98º | 0.82% | 0.56% | - |
| XYZ | 13.59 | 7.36 | 9.72 | - |
| YUV | 68.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 87 | 0 | 0.82 | 0.40 | 0.44 | 328.98 | 0.69 | 0.33 |
| Hex | 90 | 1A | 57 | 0 | 52 | 28 | 2C | 149 | 45 | 21 |
| Octal | 220 | 32 | 127 | 0 | 122 | 50 | 54 | 511 | 105 | 41 |
| Binary | 10010000 | 11010 | 1010111 | 0 | 1010010 | 101000 | 101100 | 101001001 | 1000101 | 100001 |
Color Harmonies of #901A57
Complementary color
Monochromatic Colors of #901A57
Black with #901A57
Text Example
Text Example
White with #901A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A57; }
p { color: rgb(144,26,87); }
H1.HeaderClassName
{
color: #901A57;
}
.AnyTagClassName
{
color: #901A57;
}
</style>
background-color css
<style>
a { background-color: #901A57; }
a { background-color: rgb(144,26,87); }
div.DivClassName
{
background-color: #901A57;
}
.BgClassName
{
background-color: #901A57;
}
</style>
border-color css
<style>
span { border-color: #901A57; }
span { border-color: rgb(144,26,87); }
td.TdClassName
{
border-color: #901A57;
}
.TagClassName
{
border-color: #901A57;
}
</style>