Shades of Lipstick #913B5B
Tints of Lipstick #913B5B
RGB
CMYK
RGB Variations
Color information
#913B5B (or 0x913B5B) is known color: Lipstick. HEX triplet: 91, 3B and 5B. RGB value is (145,59,91). Sum of RGB (Red+Green+Blue) = 145+59+91=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #913B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913B5B is #6EC4A4. Grayscale: #585858. Windows color (decimal): -7259301 or 5979025. OLE color: 5979025.
HSL color Cylindrical-coordinate representation of color #913B5B: hue angle of 337.67º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #913B5B is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 59 | 91 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.43 |
| HSL | 337.67º | 0.42% | 0.4% | - |
| HSV(B) | 337.67º | 0.59% | 0.57% | - |
| XYZ | 15.13 | 9.9 | 11.01 | - |
| YUV | 88.36 | 129.49 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 59 | 91 | 0 | 0.59 | 0.37 | 0.43 | 337.67 | 0.42 | 0.4 |
| Hex | 91 | 3B | 5B | 0 | 3B | 25 | 2B | 152 | 2A | 28 |
| Octal | 221 | 73 | 133 | 0 | 73 | 45 | 53 | 522 | 52 | 50 |
| Binary | 10010001 | 111011 | 1011011 | 0 | 111011 | 100101 | 101011 | 101010010 | 101010 | 101000 |
Color Harmonies of #913B5B
Complementary color
Monochromatic Colors of #913B5B
Black with #913B5B
Text Example
Text Example
White with #913B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913B5B; }
p { color: rgb(145,59,91); }
H1.HeaderClassName
{
color: #913B5B;
}
.AnyTagClassName
{
color: #913B5B;
}
</style>
background-color css
<style>
a { background-color: #913B5B; }
a { background-color: rgb(145,59,91); }
div.DivClassName
{
background-color: #913B5B;
}
.BgClassName
{
background-color: #913B5B;
}
</style>
border-color css
<style>
span { border-color: #913B5B; }
span { border-color: rgb(145,59,91); }
td.TdClassName
{
border-color: #913B5B;
}
.TagClassName
{
border-color: #913B5B;
}
</style>