Shades of Lipstick #951740
Tints of Lipstick #951740
RGB
CMYK
RGB Variations
Color information
#951740 (or 0x951740) is known color: Lipstick. HEX triplet: 95, 17 and 40. RGB value is (149,23,64). Sum of RGB (Red+Green+Blue) = 149+23+64=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #951740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951740 is #6AE8BF. Grayscale: #414141. Windows color (decimal): -7006400 or 4200341. OLE color: 4200341.
HSL color Cylindrical-coordinate representation of color #951740: hue angle of 340.48º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951740 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 64 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.42 |
| HSL | 340.48º | 0.73% | 0.34% | - |
| HSV(B) | 340.48º | 0.85% | 0.58% | - |
| XYZ | 13.63 | 7.37 | 5.56 | - |
| YUV | 65.35 | 127.24 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 64 | 0 | 0.85 | 0.57 | 0.42 | 340.48 | 0.73 | 0.34 |
| Hex | 95 | 17 | 40 | 0 | 55 | 39 | 2A | 154 | 49 | 22 |
| Octal | 225 | 27 | 100 | 0 | 125 | 71 | 52 | 524 | 111 | 42 |
| Binary | 10010101 | 10111 | 1000000 | 0 | 1010101 | 111001 | 101010 | 101010100 | 1001001 | 100010 |
Color Harmonies of #951740
Complementary color
Monochromatic Colors of #951740
Black with #951740
Text Example
Text Example
White with #951740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951740; }
p { color: rgb(149,23,64); }
H1.HeaderClassName
{
color: #951740;
}
.AnyTagClassName
{
color: #951740;
}
</style>
background-color css
<style>
a { background-color: #951740; }
a { background-color: rgb(149,23,64); }
div.DivClassName
{
background-color: #951740;
}
.BgClassName
{
background-color: #951740;
}
</style>
border-color css
<style>
span { border-color: #951740; }
span { border-color: rgb(149,23,64); }
td.TdClassName
{
border-color: #951740;
}
.TagClassName
{
border-color: #951740;
}
</style>