Shades of Lipstick #951145
Tints of Lipstick #951145
RGB
CMYK
RGB Variations
Color information
#951145 (or 0x951145) is known color: Lipstick. HEX triplet: 95, 11 and 45. RGB value is (149,17,69). Sum of RGB (Red+Green+Blue) = 149+17+69=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #951145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951145 is #6AEEBA. Grayscale: #3E3E3E. Windows color (decimal): -7007931 or 4526485. OLE color: 4526485.
HSL color Cylindrical-coordinate representation of color #951145: hue angle of 336.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951145 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 69 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.42 |
| HSL | 336.36º | 0.8% | 0.33% | - |
| HSV(B) | 336.36º | 0.89% | 0.58% | - |
| XYZ | 13.67 | 7.22 | 6.3 | - |
| YUV | 62.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 69 | 0 | 0.89 | 0.54 | 0.42 | 336.36 | 0.8 | 0.33 |
| Hex | 95 | 11 | 45 | 0 | 59 | 36 | 2A | 150 | 50 | 21 |
| Octal | 225 | 21 | 105 | 0 | 131 | 66 | 52 | 520 | 120 | 41 |
| Binary | 10010101 | 10001 | 1000101 | 0 | 1011001 | 110110 | 101010 | 101010000 | 1010000 | 100001 |
Color Harmonies of #951145
Complementary color
Monochromatic Colors of #951145
Black with #951145
Text Example
Text Example
White with #951145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951145; }
p { color: rgb(149,17,69); }
H1.HeaderClassName
{
color: #951145;
}
.AnyTagClassName
{
color: #951145;
}
</style>
background-color css
<style>
a { background-color: #951145; }
a { background-color: rgb(149,17,69); }
div.DivClassName
{
background-color: #951145;
}
.BgClassName
{
background-color: #951145;
}
</style>
border-color css
<style>
span { border-color: #951145; }
span { border-color: rgb(149,17,69); }
td.TdClassName
{
border-color: #951145;
}
.TagClassName
{
border-color: #951145;
}
</style>