Shades of Lipstick #98316C
Tints of Lipstick #98316C
RGB
CMYK
RGB Variations
Color information
#98316C (or 0x98316C) is known color: Lipstick. HEX triplet: 98, 31 and 6C. RGB value is (152,49,108). Sum of RGB (Red+Green+Blue) = 152+49+108=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98316C is #67CE93. Grayscale: #565656. Windows color (decimal): -6803092 or 7090584. OLE color: 7090584.
HSL color Cylindrical-coordinate representation of color #98316C: hue angle of 325.63º 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 #98316C is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 108 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.40 |
| HSL | 325.63º | 0.51% | 0.39% | - |
| HSV(B) | 325.63º | 0.68% | 0.6% | - |
| XYZ | 16.75 | 9.95 | 15.23 | - |
| YUV | 86.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 108 | 0 | 0.68 | 0.29 | 0.40 | 325.63 | 0.51 | 0.39 |
| Hex | 98 | 31 | 6C | 0 | 44 | 1D | 28 | 146 | 33 | 27 |
| Octal | 230 | 61 | 154 | 0 | 104 | 35 | 50 | 506 | 63 | 47 |
| Binary | 10011000 | 110001 | 1101100 | 0 | 1000100 | 11101 | 101000 | 101000110 | 110011 | 100111 |
Color Harmonies of #98316C
Complementary color
Monochromatic Colors of #98316C
Black with #98316C
Text Example
Text Example
White with #98316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98316C; }
p { color: rgb(152,49,108); }
H1.HeaderClassName
{
color: #98316C;
}
.AnyTagClassName
{
color: #98316C;
}
</style>
background-color css
<style>
a { background-color: #98316C; }
a { background-color: rgb(152,49,108); }
div.DivClassName
{
background-color: #98316C;
}
.BgClassName
{
background-color: #98316C;
}
</style>
border-color css
<style>
span { border-color: #98316C; }
span { border-color: rgb(152,49,108); }
td.TdClassName
{
border-color: #98316C;
}
.TagClassName
{
border-color: #98316C;
}
</style>