Shades of Lipstick #98133F
Tints of Lipstick #98133F
RGB
CMYK
RGB Variations
Color information
#98133F (or 0x98133F) is known color: Lipstick. HEX triplet: 98, 13 and 3F. RGB value is (152,19,63). Sum of RGB (Red+Green+Blue) = 152+19+63=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #98133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98133F is #67ECC0. Grayscale: #3F3F3F. Windows color (decimal): -6810817 or 4133784. OLE color: 4133784.
HSL color Cylindrical-coordinate representation of color #98133F: hue angle of 340.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98133F is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 63 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.40 |
| HSL | 340.15º | 0.78% | 0.34% | - |
| HSV(B) | 340.15º | 0.88% | 0.6% | - |
| XYZ | 14.08 | 7.5 | 5.41 | - |
| YUV | 63.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 63 | 0 | 0.87 | 0.59 | 0.40 | 340.15 | 0.78 | 0.34 |
| Hex | 98 | 13 | 3F | 0 | 57 | 3B | 28 | 154 | 4E | 22 |
| Octal | 230 | 23 | 77 | 0 | 127 | 73 | 50 | 524 | 116 | 42 |
| Binary | 10011000 | 10011 | 111111 | 0 | 1010111 | 111011 | 101000 | 101010100 | 1001110 | 100010 |
Color Harmonies of #98133F
Complementary color
Monochromatic Colors of #98133F
Black with #98133F
Text Example
Text Example
White with #98133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98133F; }
p { color: rgb(152,19,63); }
H1.HeaderClassName
{
color: #98133F;
}
.AnyTagClassName
{
color: #98133F;
}
</style>
background-color css
<style>
a { background-color: #98133F; }
a { background-color: rgb(152,19,63); }
div.DivClassName
{
background-color: #98133F;
}
.BgClassName
{
background-color: #98133F;
}
</style>
border-color css
<style>
span { border-color: #98133F; }
span { border-color: rgb(152,19,63); }
td.TdClassName
{
border-color: #98133F;
}
.TagClassName
{
border-color: #98133F;
}
</style>