Shades of Lipstick #992B6C
Tints of Lipstick #992B6C
RGB
CMYK
RGB Variations
Color information
#992B6C (or 0x992B6C) is known color: Lipstick. HEX triplet: 99, 2B and 6C. RGB value is (153,43,108). Sum of RGB (Red+Green+Blue) = 153+43+108=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #992B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992B6C is #66D493. Grayscale: #535353. Windows color (decimal): -6739092 or 7089049. OLE color: 7089049.
HSL color Cylindrical-coordinate representation of color #992B6C: hue angle of 324.55º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992B6C is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 108 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.4 |
| HSL | 324.55º | 0.56% | 0.38% | - |
| HSV(B) | 324.55º | 0.72% | 0.6% | - |
| XYZ | 16.71 | 9.58 | 15.16 | - |
| YUV | 83.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 108 | 0 | 0.72 | 0.29 | 0.4 | 324.55 | 0.56 | 0.38 |
| Hex | 99 | 2B | 6C | 0 | 48 | 1D | 28 | 145 | 38 | 26 |
| Octal | 231 | 53 | 154 | 0 | 110 | 35 | 50 | 505 | 70 | 46 |
| Binary | 10011001 | 101011 | 1101100 | 0 | 1001000 | 11101 | 101000 | 101000101 | 111000 | 100110 |
Color Harmonies of #992B6C
Complementary color
Monochromatic Colors of #992B6C
Black with #992B6C
Text Example
Text Example
White with #992B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B6C; }
p { color: rgb(153,43,108); }
H1.HeaderClassName
{
color: #992B6C;
}
.AnyTagClassName
{
color: #992B6C;
}
</style>
background-color css
<style>
a { background-color: #992B6C; }
a { background-color: rgb(153,43,108); }
div.DivClassName
{
background-color: #992B6C;
}
.BgClassName
{
background-color: #992B6C;
}
</style>
border-color css
<style>
span { border-color: #992B6C; }
span { border-color: rgb(153,43,108); }
td.TdClassName
{
border-color: #992B6C;
}
.TagClassName
{
border-color: #992B6C;
}
</style>