Shades of Lipstick #942145
Tints of Lipstick #942145
RGB
CMYK
RGB Variations
Color information
#942145 (or 0x942145) is known color: Lipstick. HEX triplet: 94, 21 and 45. RGB value is (148,33,69). Sum of RGB (Red+Green+Blue) = 148+33+69=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #942145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942145 is #6BDEBA. Grayscale: #474747. Windows color (decimal): -7069371 or 4530580. OLE color: 4530580.
HSL color Cylindrical-coordinate representation of color #942145: hue angle of 341.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942145 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 33 | 69 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.42 |
| HSL | 341.22º | 0.64% | 0.35% | - |
| HSV(B) | 341.22º | 0.78% | 0.58% | - |
| XYZ | 13.83 | 7.81 | 6.41 | - |
| YUV | 71.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 69 | 0 | 0.78 | 0.53 | 0.42 | 341.22 | 0.64 | 0.35 |
| Hex | 94 | 21 | 45 | 0 | 4E | 35 | 2A | 155 | 40 | 23 |
| Octal | 224 | 41 | 105 | 0 | 116 | 65 | 52 | 525 | 100 | 43 |
| Binary | 10010100 | 100001 | 1000101 | 0 | 1001110 | 110101 | 101010 | 101010101 | 1000000 | 100011 |
Color Harmonies of #942145
Complementary color
Monochromatic Colors of #942145
Black with #942145
Text Example
Text Example
White with #942145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942145; }
p { color: rgb(148,33,69); }
H1.HeaderClassName
{
color: #942145;
}
.AnyTagClassName
{
color: #942145;
}
</style>
background-color css
<style>
a { background-color: #942145; }
a { background-color: rgb(148,33,69); }
div.DivClassName
{
background-color: #942145;
}
.BgClassName
{
background-color: #942145;
}
</style>
border-color css
<style>
span { border-color: #942145; }
span { border-color: rgb(148,33,69); }
td.TdClassName
{
border-color: #942145;
}
.TagClassName
{
border-color: #942145;
}
</style>