Shades of Lipstick #98315A
Tints of Lipstick #98315A
RGB
CMYK
RGB Variations
Color information
#98315A (or 0x98315A) is known color: Lipstick. HEX triplet: 98, 31 and 5A. RGB value is (152,49,90). Sum of RGB (Red+Green+Blue) = 152+49+90=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #98315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98315A is #67CEA5. Grayscale: #545454. Windows color (decimal): -6803110 or 5910936. OLE color: 5910936.
HSL color Cylindrical-coordinate representation of color #98315A: hue angle of 336.12º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98315A is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 90 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.40 |
| HSL | 336.12º | 0.51% | 0.39% | - |
| HSV(B) | 336.12º | 0.68% | 0.6% | - |
| XYZ | 15.89 | 9.61 | 10.69 | - |
| YUV | 84.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 90 | 0 | 0.68 | 0.41 | 0.40 | 336.12 | 0.51 | 0.39 |
| Hex | 98 | 31 | 5A | 0 | 44 | 29 | 28 | 150 | 33 | 27 |
| Octal | 230 | 61 | 132 | 0 | 104 | 51 | 50 | 520 | 63 | 47 |
| Binary | 10011000 | 110001 | 1011010 | 0 | 1000100 | 101001 | 101000 | 101010000 | 110011 | 100111 |
Color Harmonies of #98315A
Complementary color
Monochromatic Colors of #98315A
Black with #98315A
Text Example
Text Example
White with #98315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98315A; }
p { color: rgb(152,49,90); }
H1.HeaderClassName
{
color: #98315A;
}
.AnyTagClassName
{
color: #98315A;
}
</style>
background-color css
<style>
a { background-color: #98315A; }
a { background-color: rgb(152,49,90); }
div.DivClassName
{
background-color: #98315A;
}
.BgClassName
{
background-color: #98315A;
}
</style>
border-color css
<style>
span { border-color: #98315A; }
span { border-color: rgb(152,49,90); }
td.TdClassName
{
border-color: #98315A;
}
.TagClassName
{
border-color: #98315A;
}
</style>