Shades of Rouge #98326E
Tints of Rouge #98326E
RGB
CMYK
RGB Variations
Color information
#98326E (or 0x98326E) is known color: Rouge. HEX triplet: 98, 32 and 6E. RGB value is (152,50,110). Sum of RGB (Red+Green+Blue) = 152+50+110=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98326E is #67CD91. Grayscale: #575757. Windows color (decimal): -6802834 or 7221912. OLE color: 7221912.
HSL color Cylindrical-coordinate representation of color #98326E: hue angle of 324.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98326E is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 110 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.40 |
| HSL | 324.71º | 0.5% | 0.4% | - |
| HSV(B) | 324.71º | 0.67% | 0.6% | - |
| XYZ | 16.9 | 10.08 | 15.81 | - |
| YUV | 87.34 | 140.79 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 110 | 0 | 0.67 | 0.28 | 0.40 | 324.71 | 0.5 | 0.4 |
| Hex | 98 | 32 | 6E | 0 | 43 | 1C | 28 | 145 | 32 | 28 |
| Octal | 230 | 62 | 156 | 0 | 103 | 34 | 50 | 505 | 62 | 50 |
| Binary | 10011000 | 110010 | 1101110 | 0 | 1000011 | 11100 | 101000 | 101000101 | 110010 | 101000 |
Color Harmonies of #98326E
Complementary color
Monochromatic Colors of #98326E
Black with #98326E
Text Example
Text Example
White with #98326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98326E; }
p { color: rgb(152,50,110); }
H1.HeaderClassName
{
color: #98326E;
}
.AnyTagClassName
{
color: #98326E;
}
</style>
background-color css
<style>
a { background-color: #98326E; }
a { background-color: rgb(152,50,110); }
div.DivClassName
{
background-color: #98326E;
}
.BgClassName
{
background-color: #98326E;
}
</style>
border-color css
<style>
span { border-color: #98326E; }
span { border-color: rgb(152,50,110); }
td.TdClassName
{
border-color: #98326E;
}
.TagClassName
{
border-color: #98326E;
}
</style>