Shades of Rouge #983E74
Tints of Rouge #983E74
RGB
CMYK
RGB Variations
Color information
#983E74 (or 0x983E74) is known color: Rouge. HEX triplet: 98, 3E and 74. RGB value is (152,62,116). Sum of RGB (Red+Green+Blue) = 152+62+116=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #983E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983E74 is #67C18B. Grayscale: #5E5E5E. Windows color (decimal): -6799756 or 7618200. OLE color: 7618200.
HSL color Cylindrical-coordinate representation of color #983E74: hue angle of 324º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983E74 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 62 | 116 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.40 |
| HSL | 324º | 0.42% | 0.42% | - |
| HSV(B) | 324º | 0.59% | 0.6% | - |
| XYZ | 17.82 | 11.38 | 17.78 | - |
| YUV | 95.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 116 | 0 | 0.59 | 0.24 | 0.40 | 324 | 0.42 | 0.42 |
| Hex | 98 | 3E | 74 | 0 | 3B | 18 | 28 | 144 | 2A | 2A |
| Octal | 230 | 76 | 164 | 0 | 73 | 30 | 50 | 504 | 52 | 52 |
| Binary | 10011000 | 111110 | 1110100 | 0 | 111011 | 11000 | 101000 | 101000100 | 101010 | 101010 |
Color Harmonies of #983E74
Complementary color
Monochromatic Colors of #983E74
Black with #983E74
Text Example
Text Example
White with #983E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983E74; }
p { color: rgb(152,62,116); }
H1.HeaderClassName
{
color: #983E74;
}
.AnyTagClassName
{
color: #983E74;
}
</style>
background-color css
<style>
a { background-color: #983E74; }
a { background-color: rgb(152,62,116); }
div.DivClassName
{
background-color: #983E74;
}
.BgClassName
{
background-color: #983E74;
}
</style>
border-color css
<style>
span { border-color: #983E74; }
span { border-color: rgb(152,62,116); }
td.TdClassName
{
border-color: #983E74;
}
.TagClassName
{
border-color: #983E74;
}
</style>