Shades of Lipstick #983450
Tints of Lipstick #983450
RGB
CMYK
RGB Variations
Color information
#983450 (or 0x983450) is known color: Lipstick. HEX triplet: 98, 34 and 50. RGB value is (152,52,80). Sum of RGB (Red+Green+Blue) = 152+52+80=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #983450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983450 is #67CBAF. Grayscale: #555555. Windows color (decimal): -6802352 or 5256344. OLE color: 5256344.
HSL color Cylindrical-coordinate representation of color #983450: hue angle of 343.2º degrees, saturation: 0.49, 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 #983450 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 52 | 80 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.40 |
| HSL | 343.2º | 0.49% | 0.4% | - |
| HSV(B) | 343.2º | 0.66% | 0.6% | - |
| XYZ | 15.62 | 9.71 | 8.64 | - |
| YUV | 85.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 52 | 80 | 0 | 0.66 | 0.47 | 0.40 | 343.2 | 0.49 | 0.4 |
| Hex | 98 | 34 | 50 | 0 | 42 | 2F | 28 | 157 | 31 | 28 |
| Octal | 230 | 64 | 120 | 0 | 102 | 57 | 50 | 527 | 61 | 50 |
| Binary | 10011000 | 110100 | 1010000 | 0 | 1000010 | 101111 | 101000 | 101010111 | 110001 | 101000 |
Color Harmonies of #983450
Complementary color
Monochromatic Colors of #983450
Black with #983450
Text Example
Text Example
White with #983450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983450; }
p { color: rgb(152,52,80); }
H1.HeaderClassName
{
color: #983450;
}
.AnyTagClassName
{
color: #983450;
}
</style>
background-color css
<style>
a { background-color: #983450; }
a { background-color: rgb(152,52,80); }
div.DivClassName
{
background-color: #983450;
}
.BgClassName
{
background-color: #983450;
}
</style>
border-color css
<style>
span { border-color: #983450; }
span { border-color: rgb(152,52,80); }
td.TdClassName
{
border-color: #983450;
}
.TagClassName
{
border-color: #983450;
}
</style>