Shades of Rouge #983D76
Tints of Rouge #983D76
RGB
CMYK
RGB Variations
Color information
#983D76 (or 0x983D76) is known color: Rouge. HEX triplet: 98, 3D and 76. RGB value is (152,61,118). Sum of RGB (Red+Green+Blue) = 152+61+118=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #983D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983D76 is #67C289. Grayscale: #5E5E5E. Windows color (decimal): -6800010 or 7749016. OLE color: 7749016.
HSL color Cylindrical-coordinate representation of color #983D76: hue angle of 322.42º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #983D76 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 61 | 118 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.40 |
| HSL | 322.42º | 0.43% | 0.42% | - |
| HSV(B) | 322.42º | 0.6% | 0.6% | - |
| XYZ | 17.89 | 11.32 | 18.38 | - |
| YUV | 94.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 118 | 0 | 0.60 | 0.22 | 0.40 | 322.42 | 0.43 | 0.42 |
| Hex | 98 | 3D | 76 | 0 | 3C | 16 | 28 | 142 | 2B | 2A |
| Octal | 230 | 75 | 166 | 0 | 74 | 26 | 50 | 502 | 53 | 52 |
| Binary | 10011000 | 111101 | 1110110 | 0 | 111100 | 10110 | 101000 | 101000010 | 101011 | 101010 |
Color Harmonies of #983D76
Complementary color
Monochromatic Colors of #983D76
Black with #983D76
Text Example
Text Example
White with #983D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983D76; }
p { color: rgb(152,61,118); }
H1.HeaderClassName
{
color: #983D76;
}
.AnyTagClassName
{
color: #983D76;
}
</style>
background-color css
<style>
a { background-color: #983D76; }
a { background-color: rgb(152,61,118); }
div.DivClassName
{
background-color: #983D76;
}
.BgClassName
{
background-color: #983D76;
}
</style>
border-color css
<style>
span { border-color: #983D76; }
span { border-color: rgb(152,61,118); }
td.TdClassName
{
border-color: #983D76;
}
.TagClassName
{
border-color: #983D76;
}
</style>