Shades of Rouge #983F76
Tints of Rouge #983F76
RGB
CMYK
RGB Variations
Color information
#983F76 (or 0x983F76) is known color: Rouge. HEX triplet: 98, 3F and 76. RGB value is (152,63,118). Sum of RGB (Red+Green+Blue) = 152+63+118=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #983F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F76 is #67C089. Grayscale: #5F5F5F. Windows color (decimal): -6799498 or 7749528. OLE color: 7749528.
HSL color Cylindrical-coordinate representation of color #983F76: hue angle of 322.92º degrees, saturation: 0.41, 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 #983F76 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 118 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.40 |
| HSL | 322.92º | 0.41% | 0.42% | - |
| HSV(B) | 322.92º | 0.59% | 0.6% | - |
| XYZ | 18 | 11.54 | 18.42 | - |
| YUV | 95.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 118 | 0 | 0.59 | 0.22 | 0.40 | 322.92 | 0.41 | 0.42 |
| Hex | 98 | 3F | 76 | 0 | 3B | 16 | 28 | 143 | 29 | 2A |
| Octal | 230 | 77 | 166 | 0 | 73 | 26 | 50 | 503 | 51 | 52 |
| Binary | 10011000 | 111111 | 1110110 | 0 | 111011 | 10110 | 101000 | 101000011 | 101001 | 101010 |
Color Harmonies of #983F76
Complementary color
Monochromatic Colors of #983F76
Black with #983F76
Text Example
Text Example
White with #983F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F76; }
p { color: rgb(152,63,118); }
H1.HeaderClassName
{
color: #983F76;
}
.AnyTagClassName
{
color: #983F76;
}
</style>
background-color css
<style>
a { background-color: #983F76; }
a { background-color: rgb(152,63,118); }
div.DivClassName
{
background-color: #983F76;
}
.BgClassName
{
background-color: #983F76;
}
</style>
border-color css
<style>
span { border-color: #983F76; }
span { border-color: rgb(152,63,118); }
td.TdClassName
{
border-color: #983F76;
}
.TagClassName
{
border-color: #983F76;
}
</style>