Shades of Rouge #98356B
Tints of Rouge #98356B
RGB
CMYK
RGB Variations
Color information
#98356B (or 0x98356B) is known color: Rouge. HEX triplet: 98, 35 and 6B. RGB value is (152,53,107). Sum of RGB (Red+Green+Blue) = 152+53+107=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98356B is #67CA94. Grayscale: #585858. Windows color (decimal): -6802069 or 7026072. OLE color: 7026072.
HSL color Cylindrical-coordinate representation of color #98356B: hue angle of 327.27º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98356B is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 107 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.40 |
| HSL | 327.27º | 0.48% | 0.4% | - |
| HSV(B) | 327.27º | 0.65% | 0.6% | - |
| XYZ | 16.88 | 10.28 | 15.01 | - |
| YUV | 88.76 | 138.3 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 107 | 0 | 0.65 | 0.30 | 0.40 | 327.27 | 0.48 | 0.4 |
| Hex | 98 | 35 | 6B | 0 | 41 | 1E | 28 | 147 | 30 | 28 |
| Octal | 230 | 65 | 153 | 0 | 101 | 36 | 50 | 507 | 60 | 50 |
| Binary | 10011000 | 110101 | 1101011 | 0 | 1000001 | 11110 | 101000 | 101000111 | 110000 | 101000 |
Color Harmonies of #98356B
Complementary color
Monochromatic Colors of #98356B
Black with #98356B
Text Example
Text Example
White with #98356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98356B; }
p { color: rgb(152,53,107); }
H1.HeaderClassName
{
color: #98356B;
}
.AnyTagClassName
{
color: #98356B;
}
</style>
background-color css
<style>
a { background-color: #98356B; }
a { background-color: rgb(152,53,107); }
div.DivClassName
{
background-color: #98356B;
}
.BgClassName
{
background-color: #98356B;
}
</style>
border-color css
<style>
span { border-color: #98356B; }
span { border-color: rgb(152,53,107); }
td.TdClassName
{
border-color: #98356B;
}
.TagClassName
{
border-color: #98356B;
}
</style>