Shades of Rouge #984177
Tints of Rouge #984177
RGB
CMYK
RGB Variations
Color information
#984177 (or 0x984177) is known color: Rouge. HEX triplet: 98, 41 and 77. RGB value is (152,65,119). Sum of RGB (Red+Green+Blue) = 152+65+119=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #984177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984177 is #67BE88. Grayscale: #616161. Windows color (decimal): -6798985 or 7815576. OLE color: 7815576.
HSL color Cylindrical-coordinate representation of color #984177: hue angle of 322.76º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984177 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 65 | 119 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.40 |
| HSL | 322.76º | 0.4% | 0.43% | - |
| HSV(B) | 322.76º | 0.57% | 0.6% | - |
| XYZ | 18.17 | 11.79 | 18.77 | - |
| YUV | 97.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 119 | 0 | 0.57 | 0.22 | 0.40 | 322.76 | 0.4 | 0.43 |
| Hex | 98 | 41 | 77 | 0 | 39 | 16 | 28 | 143 | 28 | 2B |
| Octal | 230 | 101 | 167 | 0 | 71 | 26 | 50 | 503 | 50 | 53 |
| Binary | 10011000 | 1000001 | 1110111 | 0 | 111001 | 10110 | 101000 | 101000011 | 101000 | 101011 |
Color Harmonies of #984177
Complementary color
Monochromatic Colors of #984177
Black with #984177
Text Example
Text Example
White with #984177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984177; }
p { color: rgb(152,65,119); }
H1.HeaderClassName
{
color: #984177;
}
.AnyTagClassName
{
color: #984177;
}
</style>
background-color css
<style>
a { background-color: #984177; }
a { background-color: rgb(152,65,119); }
div.DivClassName
{
background-color: #984177;
}
.BgClassName
{
background-color: #984177;
}
</style>
border-color css
<style>
span { border-color: #984177; }
span { border-color: rgb(152,65,119); }
td.TdClassName
{
border-color: #984177;
}
.TagClassName
{
border-color: #984177;
}
</style>