Shades of Rouge #98346C
Tints of Rouge #98346C
RGB
CMYK
RGB Variations
Color information
#98346C (or 0x98346C) is known color: Rouge. HEX triplet: 98, 34 and 6C. RGB value is (152,52,108). Sum of RGB (Red+Green+Blue) = 152+52+108=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98346C is #67CB93. Grayscale: #585858. Windows color (decimal): -6802324 or 7091352. OLE color: 7091352.
HSL color Cylindrical-coordinate representation of color #98346C: hue angle of 326.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98346C is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 52 | 108 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.40 |
| HSL | 326.4º | 0.49% | 0.4% | - |
| HSV(B) | 326.4º | 0.66% | 0.6% | - |
| XYZ | 16.88 | 10.21 | 15.27 | - |
| YUV | 88.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 52 | 108 | 0 | 0.66 | 0.29 | 0.40 | 326.4 | 0.49 | 0.4 |
| Hex | 98 | 34 | 6C | 0 | 42 | 1D | 28 | 146 | 31 | 28 |
| Octal | 230 | 64 | 154 | 0 | 102 | 35 | 50 | 506 | 61 | 50 |
| Binary | 10011000 | 110100 | 1101100 | 0 | 1000010 | 11101 | 101000 | 101000110 | 110001 | 101000 |
Color Harmonies of #98346C
Complementary color
Monochromatic Colors of #98346C
Black with #98346C
Text Example
Text Example
White with #98346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98346C; }
p { color: rgb(152,52,108); }
H1.HeaderClassName
{
color: #98346C;
}
.AnyTagClassName
{
color: #98346C;
}
</style>
background-color css
<style>
a { background-color: #98346C; }
a { background-color: rgb(152,52,108); }
div.DivClassName
{
background-color: #98346C;
}
.BgClassName
{
background-color: #98346C;
}
</style>
border-color css
<style>
span { border-color: #98346C; }
span { border-color: rgb(152,52,108); }
td.TdClassName
{
border-color: #98346C;
}
.TagClassName
{
border-color: #98346C;
}
</style>