Shades of Lipstick #913565
Tints of Lipstick #913565
RGB
CMYK
RGB Variations
Color information
#913565 (or 0x913565) is known color: Lipstick. HEX triplet: 91, 35 and 65. RGB value is (145,53,101). Sum of RGB (Red+Green+Blue) = 145+53+101=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #913565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913565 is #6ECA9A. Grayscale: #555555. Windows color (decimal): -7260827 or 6632849. OLE color: 6632849.
HSL color Cylindrical-coordinate representation of color #913565: hue angle of 328.7º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #913565 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 53 | 101 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.43 |
| HSL | 328.7º | 0.46% | 0.39% | - |
| HSV(B) | 328.7º | 0.63% | 0.57% | - |
| XYZ | 15.3 | 9.51 | 13.34 | - |
| YUV | 85.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 101 | 0 | 0.63 | 0.30 | 0.43 | 328.7 | 0.46 | 0.39 |
| Hex | 91 | 35 | 65 | 0 | 3F | 1E | 2B | 149 | 2E | 27 |
| Octal | 221 | 65 | 145 | 0 | 77 | 36 | 53 | 511 | 56 | 47 |
| Binary | 10010001 | 110101 | 1100101 | 0 | 111111 | 11110 | 101011 | 101001001 | 101110 | 100111 |
Color Harmonies of #913565
Complementary color
Monochromatic Colors of #913565
Black with #913565
Text Example
Text Example
White with #913565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913565; }
p { color: rgb(145,53,101); }
H1.HeaderClassName
{
color: #913565;
}
.AnyTagClassName
{
color: #913565;
}
</style>
background-color css
<style>
a { background-color: #913565; }
a { background-color: rgb(145,53,101); }
div.DivClassName
{
background-color: #913565;
}
.BgClassName
{
background-color: #913565;
}
</style>
border-color css
<style>
span { border-color: #913565; }
span { border-color: rgb(145,53,101); }
td.TdClassName
{
border-color: #913565;
}
.TagClassName
{
border-color: #913565;
}
</style>