Shades of Lipstick #992343
Tints of Lipstick #992343
RGB
CMYK
RGB Variations
Color information
#992343 (or 0x992343) is known color: Lipstick. HEX triplet: 99, 23 and 43. RGB value is (153,35,67). Sum of RGB (Red+Green+Blue) = 153+35+67=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #992343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992343 is #66DCBC. Grayscale: #494949. Windows color (decimal): -6741181 or 4400025. OLE color: 4400025.
HSL color Cylindrical-coordinate representation of color #992343: hue angle of 343.73º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992343 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 35 | 67 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.4 |
| HSL | 343.73º | 0.63% | 0.37% | - |
| HSV(B) | 343.73º | 0.77% | 0.6% | - |
| XYZ | 14.75 | 8.38 | 6.15 | - |
| YUV | 73.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 35 | 67 | 0 | 0.77 | 0.56 | 0.4 | 343.73 | 0.63 | 0.37 |
| Hex | 99 | 23 | 43 | 0 | 4D | 38 | 28 | 158 | 3F | 25 |
| Octal | 231 | 43 | 103 | 0 | 115 | 70 | 50 | 530 | 77 | 45 |
| Binary | 10011001 | 100011 | 1000011 | 0 | 1001101 | 111000 | 101000 | 101011000 | 111111 | 100101 |
Color Harmonies of #992343
Complementary color
Monochromatic Colors of #992343
Black with #992343
Text Example
Text Example
White with #992343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992343; }
p { color: rgb(153,35,67); }
H1.HeaderClassName
{
color: #992343;
}
.AnyTagClassName
{
color: #992343;
}
</style>
background-color css
<style>
a { background-color: #992343; }
a { background-color: rgb(153,35,67); }
div.DivClassName
{
background-color: #992343;
}
.BgClassName
{
background-color: #992343;
}
</style>
border-color css
<style>
span { border-color: #992343; }
span { border-color: rgb(153,35,67); }
td.TdClassName
{
border-color: #992343;
}
.TagClassName
{
border-color: #992343;
}
</style>