Shades of Lipstick #941145
Tints of Lipstick #941145
RGB
CMYK
RGB Variations
Color information
#941145 (or 0x941145) is known color: Lipstick. HEX triplet: 94, 11 and 45. RGB value is (148,17,69). Sum of RGB (Red+Green+Blue) = 148+17+69=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #941145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941145 is #6BEEBA. Grayscale: #3E3E3E. Windows color (decimal): -7073467 or 4526484. OLE color: 4526484.
HSL color Cylindrical-coordinate representation of color #941145: hue angle of 336.18º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941145 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 17 | 69 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.42 |
| HSL | 336.18º | 0.79% | 0.32% | - |
| HSV(B) | 336.18º | 0.89% | 0.58% | - |
| XYZ | 13.49 | 7.13 | 6.29 | - |
| YUV | 62.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 69 | 0 | 0.89 | 0.53 | 0.42 | 336.18 | 0.79 | 0.32 |
| Hex | 94 | 11 | 45 | 0 | 59 | 35 | 2A | 150 | 4F | 20 |
| Octal | 224 | 21 | 105 | 0 | 131 | 65 | 52 | 520 | 117 | 40 |
| Binary | 10010100 | 10001 | 1000101 | 0 | 1011001 | 110101 | 101010 | 101010000 | 1001111 | 100000 |
Color Harmonies of #941145
Complementary color
Monochromatic Colors of #941145
Black with #941145
Text Example
Text Example
White with #941145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941145; }
p { color: rgb(148,17,69); }
H1.HeaderClassName
{
color: #941145;
}
.AnyTagClassName
{
color: #941145;
}
</style>
background-color css
<style>
a { background-color: #941145; }
a { background-color: rgb(148,17,69); }
div.DivClassName
{
background-color: #941145;
}
.BgClassName
{
background-color: #941145;
}
</style>
border-color css
<style>
span { border-color: #941145; }
span { border-color: rgb(148,17,69); }
td.TdClassName
{
border-color: #941145;
}
.TagClassName
{
border-color: #941145;
}
</style>