Shades of Lipstick #913961
Tints of Lipstick #913961
RGB
CMYK
RGB Variations
Color information
#913961 (or 0x913961) is known color: Lipstick. HEX triplet: 91, 39 and 61. RGB value is (145,57,97). Sum of RGB (Red+Green+Blue) = 145+57+97=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #913961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913961 is #6EC69E. Grayscale: #575757. Windows color (decimal): -7259807 or 6371729. OLE color: 6371729.
HSL color Cylindrical-coordinate representation of color #913961: hue angle of 332.73º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913961 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 57 | 97 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.43 |
| HSL | 332.73º | 0.44% | 0.4% | - |
| HSV(B) | 332.73º | 0.61% | 0.57% | - |
| XYZ | 15.3 | 9.81 | 12.4 | - |
| YUV | 87.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 97 | 0 | 0.61 | 0.33 | 0.43 | 332.73 | 0.44 | 0.4 |
| Hex | 91 | 39 | 61 | 0 | 3D | 21 | 2B | 14D | 2C | 28 |
| Octal | 221 | 71 | 141 | 0 | 75 | 41 | 53 | 515 | 54 | 50 |
| Binary | 10010001 | 111001 | 1100001 | 0 | 111101 | 100001 | 101011 | 101001101 | 101100 | 101000 |
Color Harmonies of #913961
Complementary color
Monochromatic Colors of #913961
Black with #913961
Text Example
Text Example
White with #913961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913961; }
p { color: rgb(145,57,97); }
H1.HeaderClassName
{
color: #913961;
}
.AnyTagClassName
{
color: #913961;
}
</style>
background-color css
<style>
a { background-color: #913961; }
a { background-color: rgb(145,57,97); }
div.DivClassName
{
background-color: #913961;
}
.BgClassName
{
background-color: #913961;
}
</style>
border-color css
<style>
span { border-color: #913961; }
span { border-color: rgb(145,57,97); }
td.TdClassName
{
border-color: #913961;
}
.TagClassName
{
border-color: #913961;
}
</style>