Shades of Lipstick #91375A
Tints of Lipstick #91375A
RGB
CMYK
RGB Variations
Color information
#91375A (or 0x91375A) is known color: Lipstick. HEX triplet: 91, 37 and 5A. RGB value is (145,55,90). Sum of RGB (Red+Green+Blue) = 145+55+90=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #91375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91375A is #6EC8A5. Grayscale: #555555. Windows color (decimal): -7260326 or 5912465. OLE color: 5912465.
HSL color Cylindrical-coordinate representation of color #91375A: hue angle of 336.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #91375A is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 55 | 90 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.43 |
| HSL | 336.67º | 0.45% | 0.39% | - |
| HSV(B) | 336.67º | 0.62% | 0.57% | - |
| XYZ | 14.89 | 9.49 | 10.72 | - |
| YUV | 85.9 | 130.32 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 55 | 90 | 0 | 0.62 | 0.38 | 0.43 | 336.67 | 0.45 | 0.39 |
| Hex | 91 | 37 | 5A | 0 | 3E | 26 | 2B | 151 | 2D | 27 |
| Octal | 221 | 67 | 132 | 0 | 76 | 46 | 53 | 521 | 55 | 47 |
| Binary | 10010001 | 110111 | 1011010 | 0 | 111110 | 100110 | 101011 | 101010001 | 101101 | 100111 |
Color Harmonies of #91375A
Complementary color
Monochromatic Colors of #91375A
Black with #91375A
Text Example
Text Example
White with #91375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91375A; }
p { color: rgb(145,55,90); }
H1.HeaderClassName
{
color: #91375A;
}
.AnyTagClassName
{
color: #91375A;
}
</style>
background-color css
<style>
a { background-color: #91375A; }
a { background-color: rgb(145,55,90); }
div.DivClassName
{
background-color: #91375A;
}
.BgClassName
{
background-color: #91375A;
}
</style>
border-color css
<style>
span { border-color: #91375A; }
span { border-color: rgb(145,55,90); }
td.TdClassName
{
border-color: #91375A;
}
.TagClassName
{
border-color: #91375A;
}
</style>