Shades of Lipstick #901B55
Tints of Lipstick #901B55
RGB
CMYK
RGB Variations
Color information
#901B55 (or 0x901B55) is known color: Lipstick. HEX triplet: 90, 1B and 55. RGB value is (144,27,85). Sum of RGB (Red+Green+Blue) = 144+27+85=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #901B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901B55 is #6FE4AA. Grayscale: #444444. Windows color (decimal): -7333035 or 5577616. OLE color: 5577616.
HSL color Cylindrical-coordinate representation of color #901B55: hue angle of 330.26º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901B55 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 27 | 85 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.44 |
| HSL | 330.26º | 0.68% | 0.34% | - |
| HSV(B) | 330.26º | 0.81% | 0.56% | - |
| XYZ | 13.53 | 7.37 | 9.3 | - |
| YUV | 68.6 | 137.26 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 85 | 0 | 0.81 | 0.41 | 0.44 | 330.26 | 0.68 | 0.34 |
| Hex | 90 | 1B | 55 | 0 | 51 | 29 | 2C | 14A | 44 | 22 |
| Octal | 220 | 33 | 125 | 0 | 121 | 51 | 54 | 512 | 104 | 42 |
| Binary | 10010000 | 11011 | 1010101 | 0 | 1010001 | 101001 | 101100 | 101001010 | 1000100 | 100010 |
Color Harmonies of #901B55
Complementary color
Monochromatic Colors of #901B55
Black with #901B55
Text Example
Text Example
White with #901B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901B55; }
p { color: rgb(144,27,85); }
H1.HeaderClassName
{
color: #901B55;
}
.AnyTagClassName
{
color: #901B55;
}
</style>
background-color css
<style>
a { background-color: #901B55; }
a { background-color: rgb(144,27,85); }
div.DivClassName
{
background-color: #901B55;
}
.BgClassName
{
background-color: #901B55;
}
</style>
border-color css
<style>
span { border-color: #901B55; }
span { border-color: rgb(144,27,85); }
td.TdClassName
{
border-color: #901B55;
}
.TagClassName
{
border-color: #901B55;
}
</style>