Shades of Lipstick #912950
Tints of Lipstick #912950
RGB
CMYK
RGB Variations
Color information
#912950 (or 0x912950) is known color: Lipstick. HEX triplet: 91, 29 and 50. RGB value is (145,41,80). Sum of RGB (Red+Green+Blue) = 145+41+80=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #912950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912950 is #6ED6AF. Grayscale: #4C4C4C. Windows color (decimal): -7263920 or 5253521. OLE color: 5253521.
HSL color Cylindrical-coordinate representation of color #912950: hue angle of 337.5º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912950 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 41 | 80 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.43 |
| HSL | 337.5º | 0.56% | 0.36% | - |
| HSV(B) | 337.5º | 0.72% | 0.57% | - |
| XYZ | 13.92 | 8.18 | 8.44 | - |
| YUV | 76.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 41 | 80 | 0 | 0.72 | 0.45 | 0.43 | 337.5 | 0.56 | 0.36 |
| Hex | 91 | 29 | 50 | 0 | 48 | 2D | 2B | 152 | 38 | 24 |
| Octal | 221 | 51 | 120 | 0 | 110 | 55 | 53 | 522 | 70 | 44 |
| Binary | 10010001 | 101001 | 1010000 | 0 | 1001000 | 101101 | 101011 | 101010010 | 111000 | 100100 |
Color Harmonies of #912950
Complementary color
Monochromatic Colors of #912950
Black with #912950
Text Example
Text Example
White with #912950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912950; }
p { color: rgb(145,41,80); }
H1.HeaderClassName
{
color: #912950;
}
.AnyTagClassName
{
color: #912950;
}
</style>
background-color css
<style>
a { background-color: #912950; }
a { background-color: rgb(145,41,80); }
div.DivClassName
{
background-color: #912950;
}
.BgClassName
{
background-color: #912950;
}
</style>
border-color css
<style>
span { border-color: #912950; }
span { border-color: rgb(145,41,80); }
td.TdClassName
{
border-color: #912950;
}
.TagClassName
{
border-color: #912950;
}
</style>