Shades of Lipstick #983353
Tints of Lipstick #983353
RGB
CMYK
RGB Variations
Color information
#983353 (or 0x983353) is known color: Lipstick. HEX triplet: 98, 33 and 53. RGB value is (152,51,83). Sum of RGB (Red+Green+Blue) = 152+51+83=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #983353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983353 is #67CCAC. Grayscale: #545454. Windows color (decimal): -6802605 or 5452696. OLE color: 5452696.
HSL color Cylindrical-coordinate representation of color #983353: hue angle of 340.99º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983353 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 83 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.40 |
| HSL | 340.99º | 0.5% | 0.4% | - |
| HSV(B) | 340.99º | 0.66% | 0.6% | - |
| XYZ | 15.69 | 9.67 | 9.22 | - |
| YUV | 84.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 83 | 0 | 0.66 | 0.45 | 0.40 | 340.99 | 0.5 | 0.4 |
| Hex | 98 | 33 | 53 | 0 | 42 | 2D | 28 | 155 | 32 | 28 |
| Octal | 230 | 63 | 123 | 0 | 102 | 55 | 50 | 525 | 62 | 50 |
| Binary | 10011000 | 110011 | 1010011 | 0 | 1000010 | 101101 | 101000 | 101010101 | 110010 | 101000 |
Color Harmonies of #983353
Complementary color
Monochromatic Colors of #983353
Black with #983353
Text Example
Text Example
White with #983353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983353; }
p { color: rgb(152,51,83); }
H1.HeaderClassName
{
color: #983353;
}
.AnyTagClassName
{
color: #983353;
}
</style>
background-color css
<style>
a { background-color: #983353; }
a { background-color: rgb(152,51,83); }
div.DivClassName
{
background-color: #983353;
}
.BgClassName
{
background-color: #983353;
}
</style>
border-color css
<style>
span { border-color: #983353; }
span { border-color: rgb(152,51,83); }
td.TdClassName
{
border-color: #983353;
}
.TagClassName
{
border-color: #983353;
}
</style>