Shades of Lipstick #90275B
Tints of Lipstick #90275B
RGB
CMYK
RGB Variations
Color information
#90275B (or 0x90275B) is known color: Lipstick. HEX triplet: 90, 27 and 5B. RGB value is (144,39,91). Sum of RGB (Red+Green+Blue) = 144+39+91=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #90275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90275B is #6FD8A4. Grayscale: #4C4C4C. Windows color (decimal): -7329957 or 5973904. OLE color: 5973904.
HSL color Cylindrical-coordinate representation of color #90275B: hue angle of 330.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90275B is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 91 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.44 |
| HSL | 330.29º | 0.57% | 0.36% | - |
| HSV(B) | 330.29º | 0.73% | 0.56% | - |
| XYZ | 14.12 | 8.14 | 10.72 | - |
| YUV | 76.32 | 136.29 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 91 | 0 | 0.73 | 0.37 | 0.44 | 330.29 | 0.57 | 0.36 |
| Hex | 90 | 27 | 5B | 0 | 49 | 25 | 2C | 14A | 39 | 24 |
| Octal | 220 | 47 | 133 | 0 | 111 | 45 | 54 | 512 | 71 | 44 |
| Binary | 10010000 | 100111 | 1011011 | 0 | 1001001 | 100101 | 101100 | 101001010 | 111001 | 100100 |
Color Harmonies of #90275B
Complementary color
Monochromatic Colors of #90275B
Black with #90275B
Text Example
Text Example
White with #90275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90275B; }
p { color: rgb(144,39,91); }
H1.HeaderClassName
{
color: #90275B;
}
.AnyTagClassName
{
color: #90275B;
}
</style>
background-color css
<style>
a { background-color: #90275B; }
a { background-color: rgb(144,39,91); }
div.DivClassName
{
background-color: #90275B;
}
.BgClassName
{
background-color: #90275B;
}
</style>
border-color css
<style>
span { border-color: #90275B; }
span { border-color: rgb(144,39,91); }
td.TdClassName
{
border-color: #90275B;
}
.TagClassName
{
border-color: #90275B;
}
</style>