Shades of Rouge #98396E
Tints of Rouge #98396E
RGB
CMYK
RGB Variations
Color information
#98396E (or 0x98396E) is known color: Rouge. HEX triplet: 98, 39 and 6E. RGB value is (152,57,110). Sum of RGB (Red+Green+Blue) = 152+57+110=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #98396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98396E is #67C691. Grayscale: #5B5B5B. Windows color (decimal): -6801042 or 7223704. OLE color: 7223704.
HSL color Cylindrical-coordinate representation of color #98396E: hue angle of 326.53º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98396E is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 57 | 110 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.40 |
| HSL | 326.53º | 0.45% | 0.41% | - |
| HSV(B) | 326.53º | 0.63% | 0.6% | - |
| XYZ | 17.23 | 10.73 | 15.91 | - |
| YUV | 91.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 110 | 0 | 0.62 | 0.28 | 0.40 | 326.53 | 0.45 | 0.41 |
| Hex | 98 | 39 | 6E | 0 | 3E | 1C | 28 | 147 | 2D | 29 |
| Octal | 230 | 71 | 156 | 0 | 76 | 34 | 50 | 507 | 55 | 51 |
| Binary | 10011000 | 111001 | 1101110 | 0 | 111110 | 11100 | 101000 | 101000111 | 101101 | 101001 |
Color Harmonies of #98396E
Complementary color
Monochromatic Colors of #98396E
Black with #98396E
Text Example
Text Example
White with #98396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98396E; }
p { color: rgb(152,57,110); }
H1.HeaderClassName
{
color: #98396E;
}
.AnyTagClassName
{
color: #98396E;
}
</style>
background-color css
<style>
a { background-color: #98396E; }
a { background-color: rgb(152,57,110); }
div.DivClassName
{
background-color: #98396E;
}
.BgClassName
{
background-color: #98396E;
}
</style>
border-color css
<style>
span { border-color: #98396E; }
span { border-color: rgb(152,57,110); }
td.TdClassName
{
border-color: #98396E;
}
.TagClassName
{
border-color: #98396E;
}
</style>