Shades of Lipstick #98103F
Tints of Lipstick #98103F
RGB
CMYK
RGB Variations
Color information
#98103F (or 0x98103F) is known color: Lipstick. HEX triplet: 98, 10 and 3F. RGB value is (152,16,63). Sum of RGB (Red+Green+Blue) = 152+16+63=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #98103F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98103F is #67EFC0. Grayscale: #3D3D3D. Windows color (decimal): -6811585 or 4133016. OLE color: 4133016.
HSL color Cylindrical-coordinate representation of color #98103F: hue angle of 339.26º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98103F is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 63 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.40 |
| HSL | 339.26º | 0.81% | 0.33% | - |
| HSV(B) | 339.26º | 0.89% | 0.6% | - |
| XYZ | 14.03 | 7.4 | 5.39 | - |
| YUV | 62.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 63 | 0 | 0.89 | 0.59 | 0.40 | 339.26 | 0.81 | 0.33 |
| Hex | 98 | 10 | 3F | 0 | 59 | 3B | 28 | 153 | 51 | 21 |
| Octal | 230 | 20 | 77 | 0 | 131 | 73 | 50 | 523 | 121 | 41 |
| Binary | 10011000 | 10000 | 111111 | 0 | 1011001 | 111011 | 101000 | 101010011 | 1010001 | 100001 |
Color Harmonies of #98103F
Complementary color
Monochromatic Colors of #98103F
Black with #98103F
Text Example
Text Example
White with #98103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98103F; }
p { color: rgb(152,16,63); }
H1.HeaderClassName
{
color: #98103F;
}
.AnyTagClassName
{
color: #98103F;
}
</style>
background-color css
<style>
a { background-color: #98103F; }
a { background-color: rgb(152,16,63); }
div.DivClassName
{
background-color: #98103F;
}
.BgClassName
{
background-color: #98103F;
}
</style>
border-color css
<style>
span { border-color: #98103F; }
span { border-color: rgb(152,16,63); }
td.TdClassName
{
border-color: #98103F;
}
.TagClassName
{
border-color: #98103F;
}
</style>