Shades of Lipstick #992143
Tints of Lipstick #992143
RGB
CMYK
RGB Variations
Color information
#992143 (or 0x992143) is known color: Lipstick. HEX triplet: 99, 21 and 43. RGB value is (153,33,67). Sum of RGB (Red+Green+Blue) = 153+33+67=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #992143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992143 is #66DEBC. Grayscale: #484848. Windows color (decimal): -6741693 or 4399513. OLE color: 4399513.
HSL color Cylindrical-coordinate representation of color #992143: hue angle of 343º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992143 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 67 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.4 |
| HSL | 343º | 0.65% | 0.36% | - |
| HSV(B) | 343º | 0.78% | 0.6% | - |
| XYZ | 14.69 | 8.27 | 6.13 | - |
| YUV | 72.76 | 124.76 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 67 | 0 | 0.78 | 0.56 | 0.4 | 343 | 0.65 | 0.36 |
| Hex | 99 | 21 | 43 | 0 | 4E | 38 | 28 | 157 | 41 | 24 |
| Octal | 231 | 41 | 103 | 0 | 116 | 70 | 50 | 527 | 101 | 44 |
| Binary | 10011001 | 100001 | 1000011 | 0 | 1001110 | 111000 | 101000 | 101010111 | 1000001 | 100100 |
Color Harmonies of #992143
Complementary color
Monochromatic Colors of #992143
Black with #992143
Text Example
Text Example
White with #992143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992143; }
p { color: rgb(153,33,67); }
H1.HeaderClassName
{
color: #992143;
}
.AnyTagClassName
{
color: #992143;
}
</style>
background-color css
<style>
a { background-color: #992143; }
a { background-color: rgb(153,33,67); }
div.DivClassName
{
background-color: #992143;
}
.BgClassName
{
background-color: #992143;
}
</style>
border-color css
<style>
span { border-color: #992143; }
span { border-color: rgb(153,33,67); }
td.TdClassName
{
border-color: #992143;
}
.TagClassName
{
border-color: #992143;
}
</style>