Shades of Lipstick #951945
Tints of Lipstick #951945
RGB
CMYK
RGB Variations
Color information
#951945 (or 0x951945) is known color: Lipstick. HEX triplet: 95, 19 and 45. RGB value is (149,25,69). Sum of RGB (Red+Green+Blue) = 149+25+69=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #951945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951945 is #6AE6BA. Grayscale: #434343. Windows color (decimal): -7005883 or 4528533. OLE color: 4528533.
HSL color Cylindrical-coordinate representation of color #951945: hue angle of 338.71º 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 #951945 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 69 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.42 |
| HSL | 338.71º | 0.71% | 0.34% | - |
| HSV(B) | 338.71º | 0.83% | 0.58% | - |
| XYZ | 13.82 | 7.51 | 6.35 | - |
| YUV | 67.09 | 129.08 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 69 | 0 | 0.83 | 0.54 | 0.42 | 338.71 | 0.71 | 0.34 |
| Hex | 95 | 19 | 45 | 0 | 53 | 36 | 2A | 153 | 47 | 22 |
| Octal | 225 | 31 | 105 | 0 | 123 | 66 | 52 | 523 | 107 | 42 |
| Binary | 10010101 | 11001 | 1000101 | 0 | 1010011 | 110110 | 101010 | 101010011 | 1000111 | 100010 |
Color Harmonies of #951945
Complementary color
Monochromatic Colors of #951945
Black with #951945
Text Example
Text Example
White with #951945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951945; }
p { color: rgb(149,25,69); }
H1.HeaderClassName
{
color: #951945;
}
.AnyTagClassName
{
color: #951945;
}
</style>
background-color css
<style>
a { background-color: #951945; }
a { background-color: rgb(149,25,69); }
div.DivClassName
{
background-color: #951945;
}
.BgClassName
{
background-color: #951945;
}
</style>
border-color css
<style>
span { border-color: #951945; }
span { border-color: rgb(149,25,69); }
td.TdClassName
{
border-color: #951945;
}
.TagClassName
{
border-color: #951945;
}
</style>