Shades of Lipstick #983350
Tints of Lipstick #983350
RGB
CMYK
RGB Variations
Color information
#983350 (or 0x983350) is known color: Lipstick. HEX triplet: 98, 33 and 50. RGB value is (152,51,80). Sum of RGB (Red+Green+Blue) = 152+51+80=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #983350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983350 is #67CCAF. Grayscale: #545454. Windows color (decimal): -6802608 or 5256088. OLE color: 5256088.
HSL color Cylindrical-coordinate representation of color #983350: hue angle of 342.77º 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 #983350 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 80 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.40 |
| HSL | 342.77º | 0.5% | 0.4% | - |
| HSV(B) | 342.77º | 0.66% | 0.6% | - |
| XYZ | 15.58 | 9.62 | 8.63 | - |
| YUV | 84.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 80 | 0 | 0.66 | 0.47 | 0.40 | 342.77 | 0.5 | 0.4 |
| Hex | 98 | 33 | 50 | 0 | 42 | 2F | 28 | 157 | 32 | 28 |
| Octal | 230 | 63 | 120 | 0 | 102 | 57 | 50 | 527 | 62 | 50 |
| Binary | 10011000 | 110011 | 1010000 | 0 | 1000010 | 101111 | 101000 | 101010111 | 110010 | 101000 |
Color Harmonies of #983350
Complementary color
Monochromatic Colors of #983350
Black with #983350
Text Example
Text Example
White with #983350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983350; }
p { color: rgb(152,51,80); }
H1.HeaderClassName
{
color: #983350;
}
.AnyTagClassName
{
color: #983350;
}
</style>
background-color css
<style>
a { background-color: #983350; }
a { background-color: rgb(152,51,80); }
div.DivClassName
{
background-color: #983350;
}
.BgClassName
{
background-color: #983350;
}
</style>
border-color css
<style>
span { border-color: #983350; }
span { border-color: rgb(152,51,80); }
td.TdClassName
{
border-color: #983350;
}
.TagClassName
{
border-color: #983350;
}
</style>