Shades of Lipstick #94224B
Tints of Lipstick #94224B
RGB
CMYK
RGB Variations
Color information
#94224B (or 0x94224B) is known color: Lipstick. HEX triplet: 94, 22 and 4B. RGB value is (148,34,75). Sum of RGB (Red+Green+Blue) = 148+34+75=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #94224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94224B is #6BDDB4. Grayscale: #484848. Windows color (decimal): -7069109 or 4924052. OLE color: 4924052.
HSL color Cylindrical-coordinate representation of color #94224B: hue angle of 338.42º 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 #94224B is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 34 | 75 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.42 |
| HSL | 338.42º | 0.63% | 0.36% | - |
| HSV(B) | 338.42º | 0.77% | 0.58% | - |
| XYZ | 14.05 | 7.95 | 7.45 | - |
| YUV | 72.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 34 | 75 | 0 | 0.77 | 0.49 | 0.42 | 338.42 | 0.63 | 0.36 |
| Hex | 94 | 22 | 4B | 0 | 4D | 31 | 2A | 152 | 3F | 24 |
| Octal | 224 | 42 | 113 | 0 | 115 | 61 | 52 | 522 | 77 | 44 |
| Binary | 10010100 | 100010 | 1001011 | 0 | 1001101 | 110001 | 101010 | 101010010 | 111111 | 100100 |
Color Harmonies of #94224B
Complementary color
Monochromatic Colors of #94224B
Black with #94224B
Text Example
Text Example
White with #94224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94224B; }
p { color: rgb(148,34,75); }
H1.HeaderClassName
{
color: #94224B;
}
.AnyTagClassName
{
color: #94224B;
}
</style>
background-color css
<style>
a { background-color: #94224B; }
a { background-color: rgb(148,34,75); }
div.DivClassName
{
background-color: #94224B;
}
.BgClassName
{
background-color: #94224B;
}
</style>
border-color css
<style>
span { border-color: #94224B; }
span { border-color: rgb(148,34,75); }
td.TdClassName
{
border-color: #94224B;
}
.TagClassName
{
border-color: #94224B;
}
</style>