Shades of Lipstick #943750
Tints of Lipstick #943750
RGB
CMYK
RGB Variations
Color information
#943750 (or 0x943750) is known color: Lipstick. HEX triplet: 94, 37 and 50. RGB value is (148,55,80). Sum of RGB (Red+Green+Blue) = 148+55+80=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #943750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943750 is #6BC8AF. Grayscale: #555555. Windows color (decimal): -7063728 or 5257108. OLE color: 5257108.
HSL color Cylindrical-coordinate representation of color #943750: hue angle of 343.87º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #943750 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 55 | 80 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.42 |
| HSL | 343.87º | 0.46% | 0.4% | - |
| HSV(B) | 343.87º | 0.63% | 0.58% | - |
| XYZ | 15.03 | 9.61 | 8.65 | - |
| YUV | 85.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 80 | 0 | 0.63 | 0.46 | 0.42 | 343.87 | 0.46 | 0.4 |
| Hex | 94 | 37 | 50 | 0 | 3F | 2E | 2A | 158 | 2E | 28 |
| Octal | 224 | 67 | 120 | 0 | 77 | 56 | 52 | 530 | 56 | 50 |
| Binary | 10010100 | 110111 | 1010000 | 0 | 111111 | 101110 | 101010 | 101011000 | 101110 | 101000 |
Color Harmonies of #943750
Complementary color
Monochromatic Colors of #943750
Black with #943750
Text Example
Text Example
White with #943750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943750; }
p { color: rgb(148,55,80); }
H1.HeaderClassName
{
color: #943750;
}
.AnyTagClassName
{
color: #943750;
}
</style>
background-color css
<style>
a { background-color: #943750; }
a { background-color: rgb(148,55,80); }
div.DivClassName
{
background-color: #943750;
}
.BgClassName
{
background-color: #943750;
}
</style>
border-color css
<style>
span { border-color: #943750; }
span { border-color: rgb(148,55,80); }
td.TdClassName
{
border-color: #943750;
}
.TagClassName
{
border-color: #943750;
}
</style>