Shades of Lipstick #942263
Tints of Lipstick #942263
RGB
CMYK
RGB Variations
Color information
#942263 (or 0x942263) is known color: Lipstick. HEX triplet: 94, 22 and 63. RGB value is (148,34,99). Sum of RGB (Red+Green+Blue) = 148+34+99=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #942263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942263 is #6BDD9C. Grayscale: #4B4B4B. Windows color (decimal): -7069085 or 6496916. OLE color: 6496916.
HSL color Cylindrical-coordinate representation of color #942263: hue angle of 325.79º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942263 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 34 | 99 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.42 |
| HSL | 325.79º | 0.63% | 0.36% | - |
| HSV(B) | 325.79º | 0.77% | 0.58% | - |
| XYZ | 15.04 | 8.34 | 12.62 | - |
| YUV | 75.5 | 141.27 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 34 | 99 | 0 | 0.77 | 0.33 | 0.42 | 325.79 | 0.63 | 0.36 |
| Hex | 94 | 22 | 63 | 0 | 4D | 21 | 2A | 146 | 3F | 24 |
| Octal | 224 | 42 | 143 | 0 | 115 | 41 | 52 | 506 | 77 | 44 |
| Binary | 10010100 | 100010 | 1100011 | 0 | 1001101 | 100001 | 101010 | 101000110 | 111111 | 100100 |
Color Harmonies of #942263
Complementary color
Monochromatic Colors of #942263
Black with #942263
Text Example
Text Example
White with #942263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942263; }
p { color: rgb(148,34,99); }
H1.HeaderClassName
{
color: #942263;
}
.AnyTagClassName
{
color: #942263;
}
</style>
background-color css
<style>
a { background-color: #942263; }
a { background-color: rgb(148,34,99); }
div.DivClassName
{
background-color: #942263;
}
.BgClassName
{
background-color: #942263;
}
</style>
border-color css
<style>
span { border-color: #942263; }
span { border-color: rgb(148,34,99); }
td.TdClassName
{
border-color: #942263;
}
.TagClassName
{
border-color: #942263;
}
</style>