Shades of Lipstick #951946
Tints of Lipstick #951946
RGB
CMYK
RGB Variations
Color information
#951946 (or 0x951946) is known color: Lipstick. HEX triplet: 95, 19 and 46. RGB value is (149,25,70). Sum of RGB (Red+Green+Blue) = 149+25+70=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #951946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951946 is #6AE6B9. Grayscale: #434343. Windows color (decimal): -7005882 or 4594069. OLE color: 4594069.
HSL color Cylindrical-coordinate representation of color #951946: hue angle of 338.23º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951946 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 70 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.42 |
| HSL | 338.23º | 0.71% | 0.34% | - |
| HSV(B) | 338.23º | 0.83% | 0.58% | - |
| XYZ | 13.85 | 7.53 | 6.52 | - |
| YUV | 67.21 | 129.58 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 70 | 0 | 0.83 | 0.53 | 0.42 | 338.23 | 0.71 | 0.34 |
| Hex | 95 | 19 | 46 | 0 | 53 | 35 | 2A | 152 | 47 | 22 |
| Octal | 225 | 31 | 106 | 0 | 123 | 65 | 52 | 522 | 107 | 42 |
| Binary | 10010101 | 11001 | 1000110 | 0 | 1010011 | 110101 | 101010 | 101010010 | 1000111 | 100010 |
Color Harmonies of #951946
Complementary color
Monochromatic Colors of #951946
Black with #951946
Text Example
Text Example
White with #951946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951946; }
p { color: rgb(149,25,70); }
H1.HeaderClassName
{
color: #951946;
}
.AnyTagClassName
{
color: #951946;
}
</style>
background-color css
<style>
a { background-color: #951946; }
a { background-color: rgb(149,25,70); }
div.DivClassName
{
background-color: #951946;
}
.BgClassName
{
background-color: #951946;
}
</style>
border-color css
<style>
span { border-color: #951946; }
span { border-color: rgb(149,25,70); }
td.TdClassName
{
border-color: #951946;
}
.TagClassName
{
border-color: #951946;
}
</style>