Shades of Lipstick #983463
Tints of Lipstick #983463
RGB
CMYK
RGB Variations
Color information
#983463 (or 0x983463) is known color: Lipstick. HEX triplet: 98, 34 and 63. RGB value is (152,52,99). Sum of RGB (Red+Green+Blue) = 152+52+99=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #983463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983463 is #67CB9C. Grayscale: #575757. Windows color (decimal): -6802333 or 6501528. OLE color: 6501528.
HSL color Cylindrical-coordinate representation of color #983463: hue angle of 331.8º 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 #983463 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 52 | 99 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.40 |
| HSL | 331.8º | 0.49% | 0.4% | - |
| HSV(B) | 331.8º | 0.66% | 0.6% | - |
| XYZ | 16.43 | 10.03 | 12.87 | - |
| YUV | 87.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 52 | 99 | 0 | 0.66 | 0.35 | 0.40 | 331.8 | 0.49 | 0.4 |
| Hex | 98 | 34 | 63 | 0 | 42 | 23 | 28 | 14C | 31 | 28 |
| Octal | 230 | 64 | 143 | 0 | 102 | 43 | 50 | 514 | 61 | 50 |
| Binary | 10011000 | 110100 | 1100011 | 0 | 1000010 | 100011 | 101000 | 101001100 | 110001 | 101000 |
Color Harmonies of #983463
Complementary color
Monochromatic Colors of #983463
Black with #983463
Text Example
Text Example
White with #983463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983463; }
p { color: rgb(152,52,99); }
H1.HeaderClassName
{
color: #983463;
}
.AnyTagClassName
{
color: #983463;
}
</style>
background-color css
<style>
a { background-color: #983463; }
a { background-color: rgb(152,52,99); }
div.DivClassName
{
background-color: #983463;
}
.BgClassName
{
background-color: #983463;
}
</style>
border-color css
<style>
span { border-color: #983463; }
span { border-color: rgb(152,52,99); }
td.TdClassName
{
border-color: #983463;
}
.TagClassName
{
border-color: #983463;
}
</style>