Shades of Rouge #98386E
Tints of Rouge #98386E
RGB
CMYK
RGB Variations
Color information
#98386E (or 0x98386E) is known color: Rouge. HEX triplet: 98, 38 and 6E. RGB value is (152,56,110). Sum of RGB (Red+Green+Blue) = 152+56+110=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #98386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98386E is #67C791. Grayscale: #5A5A5A. Windows color (decimal): -6801298 or 7223448. OLE color: 7223448.
HSL color Cylindrical-coordinate representation of color #98386E: hue angle of 326.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98386E is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 110 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.40 |
| HSL | 326.25º | 0.46% | 0.41% | - |
| HSV(B) | 326.25º | 0.63% | 0.6% | - |
| XYZ | 17.18 | 10.63 | 15.9 | - |
| YUV | 90.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 110 | 0 | 0.63 | 0.28 | 0.40 | 326.25 | 0.46 | 0.41 |
| Hex | 98 | 38 | 6E | 0 | 3F | 1C | 28 | 146 | 2E | 29 |
| Octal | 230 | 70 | 156 | 0 | 77 | 34 | 50 | 506 | 56 | 51 |
| Binary | 10011000 | 111000 | 1101110 | 0 | 111111 | 11100 | 101000 | 101000110 | 101110 | 101001 |
Color Harmonies of #98386E
Complementary color
Monochromatic Colors of #98386E
Black with #98386E
Text Example
Text Example
White with #98386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98386E; }
p { color: rgb(152,56,110); }
H1.HeaderClassName
{
color: #98386E;
}
.AnyTagClassName
{
color: #98386E;
}
</style>
background-color css
<style>
a { background-color: #98386E; }
a { background-color: rgb(152,56,110); }
div.DivClassName
{
background-color: #98386E;
}
.BgClassName
{
background-color: #98386E;
}
</style>
border-color css
<style>
span { border-color: #98386E; }
span { border-color: rgb(152,56,110); }
td.TdClassName
{
border-color: #98386E;
}
.TagClassName
{
border-color: #98386E;
}
</style>