Shades of Lipstick #951749
Tints of Lipstick #951749
RGB
CMYK
RGB Variations
Color information
#951749 (or 0x951749) is known color: Lipstick. HEX triplet: 95, 17 and 49. RGB value is (149,23,73). Sum of RGB (Red+Green+Blue) = 149+23+73=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #951749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951749 is #6AE8B6. Grayscale: #424242. Windows color (decimal): -7006391 or 4790165. OLE color: 4790165.
HSL color Cylindrical-coordinate representation of color #951749: hue angle of 336.19º 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 #951749 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 73 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.42 |
| HSL | 336.19º | 0.73% | 0.34% | - |
| HSV(B) | 336.19º | 0.85% | 0.58% | - |
| XYZ | 13.9 | 7.48 | 7.01 | - |
| YUV | 66.37 | 131.74 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 73 | 0 | 0.85 | 0.51 | 0.42 | 336.19 | 0.73 | 0.34 |
| Hex | 95 | 17 | 49 | 0 | 55 | 33 | 2A | 150 | 49 | 22 |
| Octal | 225 | 27 | 111 | 0 | 125 | 63 | 52 | 520 | 111 | 42 |
| Binary | 10010101 | 10111 | 1001001 | 0 | 1010101 | 110011 | 101010 | 101010000 | 1001001 | 100010 |
Color Harmonies of #951749
Complementary color
Monochromatic Colors of #951749
Black with #951749
Text Example
Text Example
White with #951749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951749; }
p { color: rgb(149,23,73); }
H1.HeaderClassName
{
color: #951749;
}
.AnyTagClassName
{
color: #951749;
}
</style>
background-color css
<style>
a { background-color: #951749; }
a { background-color: rgb(149,23,73); }
div.DivClassName
{
background-color: #951749;
}
.BgClassName
{
background-color: #951749;
}
</style>
border-color css
<style>
span { border-color: #951749; }
span { border-color: rgb(149,23,73); }
td.TdClassName
{
border-color: #951749;
}
.TagClassName
{
border-color: #951749;
}
</style>