Shades of Rouge #98336D
Tints of Rouge #98336D
RGB
CMYK
RGB Variations
Color information
#98336D (or 0x98336D) is known color: Rouge. HEX triplet: 98, 33 and 6D. RGB value is (152,51,109). Sum of RGB (Red+Green+Blue) = 152+51+109=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98336D is #67CC92. Grayscale: #575757. Windows color (decimal): -6802579 or 7156632. OLE color: 7156632.
HSL color Cylindrical-coordinate representation of color #98336D: hue angle of 325.54º degrees, saturation: 0.5, 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 #98336D is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 109 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.40 |
| HSL | 325.54º | 0.5% | 0.4% | - |
| HSV(B) | 325.54º | 0.66% | 0.6% | - |
| XYZ | 16.89 | 10.15 | 15.54 | - |
| YUV | 87.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 109 | 0 | 0.66 | 0.28 | 0.40 | 325.54 | 0.5 | 0.4 |
| Hex | 98 | 33 | 6D | 0 | 42 | 1C | 28 | 146 | 32 | 28 |
| Octal | 230 | 63 | 155 | 0 | 102 | 34 | 50 | 506 | 62 | 50 |
| Binary | 10011000 | 110011 | 1101101 | 0 | 1000010 | 11100 | 101000 | 101000110 | 110010 | 101000 |
Color Harmonies of #98336D
Complementary color
Monochromatic Colors of #98336D
Black with #98336D
Text Example
Text Example
White with #98336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98336D; }
p { color: rgb(152,51,109); }
H1.HeaderClassName
{
color: #98336D;
}
.AnyTagClassName
{
color: #98336D;
}
</style>
background-color css
<style>
a { background-color: #98336D; }
a { background-color: rgb(152,51,109); }
div.DivClassName
{
background-color: #98336D;
}
.BgClassName
{
background-color: #98336D;
}
</style>
border-color css
<style>
span { border-color: #98336D; }
span { border-color: rgb(152,51,109); }
td.TdClassName
{
border-color: #98336D;
}
.TagClassName
{
border-color: #98336D;
}
</style>