Shades of Lipstick #912E59
Tints of Lipstick #912E59
RGB
CMYK
RGB Variations
Color information
#912E59 (or 0x912E59) is known color: Lipstick. HEX triplet: 91, 2E and 59. RGB value is (145,46,89). Sum of RGB (Red+Green+Blue) = 145+46+89=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #912E59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912E59 is #6ED1A6. Grayscale: #505050. Windows color (decimal): -7262631 or 5844625. OLE color: 5844625.
HSL color Cylindrical-coordinate representation of color #912E59: hue angle of 333.94º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912E59 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 89 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.43 |
| HSL | 333.94º | 0.52% | 0.37% | - |
| HSV(B) | 333.94º | 0.68% | 0.57% | - |
| XYZ | 14.46 | 8.7 | 10.37 | - |
| YUV | 80.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 89 | 0 | 0.68 | 0.39 | 0.43 | 333.94 | 0.52 | 0.37 |
| Hex | 91 | 2E | 59 | 0 | 44 | 27 | 2B | 14E | 34 | 25 |
| Octal | 221 | 56 | 131 | 0 | 104 | 47 | 53 | 516 | 64 | 45 |
| Binary | 10010001 | 101110 | 1011001 | 0 | 1000100 | 100111 | 101011 | 101001110 | 110100 | 100101 |
Color Harmonies of #912E59
Complementary color
Monochromatic Colors of #912E59
Black with #912E59
Text Example
Text Example
White with #912E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E59; }
p { color: rgb(145,46,89); }
H1.HeaderClassName
{
color: #912E59;
}
.AnyTagClassName
{
color: #912E59;
}
</style>
background-color css
<style>
a { background-color: #912E59; }
a { background-color: rgb(145,46,89); }
div.DivClassName
{
background-color: #912E59;
}
.BgClassName
{
background-color: #912E59;
}
</style>
border-color css
<style>
span { border-color: #912E59; }
span { border-color: rgb(145,46,89); }
td.TdClassName
{
border-color: #912E59;
}
.TagClassName
{
border-color: #912E59;
}
</style>