Shades of Lipstick #912163
Tints of Lipstick #912163
RGB
CMYK
RGB Variations
Color information
#912163 (or 0x912163) is known color: Lipstick. HEX triplet: 91, 21 and 63. RGB value is (145,33,99). Sum of RGB (Red+Green+Blue) = 145+33+99=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #912163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912163 is #6EDE9C. Grayscale: #494949. Windows color (decimal): -7265949 or 6496657. OLE color: 6496657.
HSL color Cylindrical-coordinate representation of color #912163: hue angle of 324.64º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912163 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 99 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.43 |
| HSL | 324.64º | 0.63% | 0.35% | - |
| HSV(B) | 324.64º | 0.77% | 0.57% | - |
| XYZ | 14.47 | 8.01 | 12.59 | - |
| YUV | 74.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 99 | 0 | 0.77 | 0.32 | 0.43 | 324.64 | 0.63 | 0.35 |
| Hex | 91 | 21 | 63 | 0 | 4D | 20 | 2B | 145 | 3F | 23 |
| Octal | 221 | 41 | 143 | 0 | 115 | 40 | 53 | 505 | 77 | 43 |
| Binary | 10010001 | 100001 | 1100011 | 0 | 1001101 | 100000 | 101011 | 101000101 | 111111 | 100011 |
Color Harmonies of #912163
Complementary color
Monochromatic Colors of #912163
Black with #912163
Text Example
Text Example
White with #912163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912163; }
p { color: rgb(145,33,99); }
H1.HeaderClassName
{
color: #912163;
}
.AnyTagClassName
{
color: #912163;
}
</style>
background-color css
<style>
a { background-color: #912163; }
a { background-color: rgb(145,33,99); }
div.DivClassName
{
background-color: #912163;
}
.BgClassName
{
background-color: #912163;
}
</style>
border-color css
<style>
span { border-color: #912163; }
span { border-color: rgb(145,33,99); }
td.TdClassName
{
border-color: #912163;
}
.TagClassName
{
border-color: #912163;
}
</style>