Shades of Rouge #984479
Tints of Rouge #984479
RGB
CMYK
RGB Variations
Color information
#984479 (or 0x984479) is known color: Rouge. HEX triplet: 98, 44 and 79. RGB value is (152,68,121). Sum of RGB (Red+Green+Blue) = 152+68+121=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #984479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984479 is #67BB86. Grayscale: #636363. Windows color (decimal): -6798215 or 7947416. OLE color: 7947416.
HSL color Cylindrical-coordinate representation of color #984479: hue angle of 322.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984479 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 68 | 121 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.40 |
| HSL | 322.14º | 0.38% | 0.43% | - |
| HSV(B) | 322.14º | 0.55% | 0.6% | - |
| XYZ | 18.47 | 12.19 | 19.47 | - |
| YUV | 99.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 121 | 0 | 0.55 | 0.20 | 0.40 | 322.14 | 0.38 | 0.43 |
| Hex | 98 | 44 | 79 | 0 | 37 | 14 | 28 | 142 | 26 | 2B |
| Octal | 230 | 104 | 171 | 0 | 67 | 24 | 50 | 502 | 46 | 53 |
| Binary | 10011000 | 1000100 | 1111001 | 0 | 110111 | 10100 | 101000 | 101000010 | 100110 | 101011 |
Color Harmonies of #984479
Complementary color
Monochromatic Colors of #984479
Black with #984479
Text Example
Text Example
White with #984479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984479; }
p { color: rgb(152,68,121); }
H1.HeaderClassName
{
color: #984479;
}
.AnyTagClassName
{
color: #984479;
}
</style>
background-color css
<style>
a { background-color: #984479; }
a { background-color: rgb(152,68,121); }
div.DivClassName
{
background-color: #984479;
}
.BgClassName
{
background-color: #984479;
}
</style>
border-color css
<style>
span { border-color: #984479; }
span { border-color: rgb(152,68,121); }
td.TdClassName
{
border-color: #984479;
}
.TagClassName
{
border-color: #984479;
}
</style>