Shades of Lipstick #953149
Tints of Lipstick #953149
RGB
CMYK
RGB Variations
Color information
#953149 (or 0x953149) is known color: Lipstick. HEX triplet: 95, 31 and 49. RGB value is (149,49,73). Sum of RGB (Red+Green+Blue) = 149+49+73=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #953149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953149 is #6ACEB6. Grayscale: #515151. Windows color (decimal): -6999735 or 4796821. OLE color: 4796821.
HSL color Cylindrical-coordinate representation of color #953149: hue angle of 345.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953149 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 73 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.42 |
| HSL | 345.6º | 0.51% | 0.39% | - |
| HSV(B) | 345.6º | 0.67% | 0.58% | - |
| XYZ | 14.7 | 9.07 | 7.28 | - |
| YUV | 81.64 | 123.13 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 73 | 0 | 0.67 | 0.51 | 0.42 | 345.6 | 0.51 | 0.39 |
| Hex | 95 | 31 | 49 | 0 | 43 | 33 | 2A | 15A | 33 | 27 |
| Octal | 225 | 61 | 111 | 0 | 103 | 63 | 52 | 532 | 63 | 47 |
| Binary | 10010101 | 110001 | 1001001 | 0 | 1000011 | 110011 | 101010 | 101011010 | 110011 | 100111 |
Color Harmonies of #953149
Complementary color
Monochromatic Colors of #953149
Black with #953149
Text Example
Text Example
White with #953149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953149; }
p { color: rgb(149,49,73); }
H1.HeaderClassName
{
color: #953149;
}
.AnyTagClassName
{
color: #953149;
}
</style>
background-color css
<style>
a { background-color: #953149; }
a { background-color: rgb(149,49,73); }
div.DivClassName
{
background-color: #953149;
}
.BgClassName
{
background-color: #953149;
}
</style>
border-color css
<style>
span { border-color: #953149; }
span { border-color: rgb(149,49,73); }
td.TdClassName
{
border-color: #953149;
}
.TagClassName
{
border-color: #953149;
}
</style>