Shades of Lipstick #921A4E
Tints of Lipstick #921A4E
RGB
CMYK
RGB Variations
Color information
#921A4E (or 0x921A4E) is known color: Lipstick. HEX triplet: 92, 1A and 4E. RGB value is (146,26,78). Sum of RGB (Red+Green+Blue) = 146+26+78=250 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.4% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 146 - color contains mainly: red. Hex color #921A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921A4E is #6DE5B1. Grayscale: #434343. Windows color (decimal): -7202226 or 5118610. OLE color: 5118610.
HSL color Cylindrical-coordinate representation of color #921A4E: hue angle of 334º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921A4E is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 26 | 78 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.43 |
| HSL | 334º | 0.7% | 0.34% | - |
| HSV(B) | 334º | 0.82% | 0.57% | - |
| XYZ | 13.6 | 7.4 | 7.92 | - |
| YUV | 67.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 78 | 0 | 0.82 | 0.47 | 0.43 | 334 | 0.7 | 0.34 |
| Hex | 92 | 1A | 4E | 0 | 52 | 2F | 2B | 14E | 46 | 22 |
| Octal | 222 | 32 | 116 | 0 | 122 | 57 | 53 | 516 | 106 | 42 |
| Binary | 10010010 | 11010 | 1001110 | 0 | 1010010 | 101111 | 101011 | 101001110 | 1000110 | 100010 |
Color Harmonies of #921A4E
Complementary color
Monochromatic Colors of #921A4E
Black with #921A4E
Text Example
Text Example
White with #921A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921A4E; }
p { color: rgb(146,26,78); }
H1.HeaderClassName
{
color: #921A4E;
}
.AnyTagClassName
{
color: #921A4E;
}
</style>
background-color css
<style>
a { background-color: #921A4E; }
a { background-color: rgb(146,26,78); }
div.DivClassName
{
background-color: #921A4E;
}
.BgClassName
{
background-color: #921A4E;
}
</style>
border-color css
<style>
span { border-color: #921A4E; }
span { border-color: rgb(146,26,78); }
td.TdClassName
{
border-color: #921A4E;
}
.TagClassName
{
border-color: #921A4E;
}
</style>