Shades of Rouge #984378
Tints of Rouge #984378
RGB
CMYK
RGB Variations
Color information
#984378 (or 0x984378) is known color: Rouge. HEX triplet: 98, 43 and 78. RGB value is (152,67,120). Sum of RGB (Red+Green+Blue) = 152+67+120=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #984378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984378 is #67BC87. Grayscale: #626262. Windows color (decimal): -6798472 or 7881624. OLE color: 7881624.
HSL color Cylindrical-coordinate representation of color #984378: hue angle of 322.59º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984378 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 120 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.40 |
| HSL | 322.59º | 0.39% | 0.43% | - |
| HSV(B) | 322.59º | 0.56% | 0.6% | - |
| XYZ | 18.35 | 12.05 | 19.13 | - |
| YUV | 98.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 120 | 0 | 0.56 | 0.21 | 0.40 | 322.59 | 0.39 | 0.43 |
| Hex | 98 | 43 | 78 | 0 | 38 | 15 | 28 | 143 | 27 | 2B |
| Octal | 230 | 103 | 170 | 0 | 70 | 25 | 50 | 503 | 47 | 53 |
| Binary | 10011000 | 1000011 | 1111000 | 0 | 111000 | 10101 | 101000 | 101000011 | 100111 | 101011 |
Color Harmonies of #984378
Complementary color
Monochromatic Colors of #984378
Black with #984378
Text Example
Text Example
White with #984378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984378; }
p { color: rgb(152,67,120); }
H1.HeaderClassName
{
color: #984378;
}
.AnyTagClassName
{
color: #984378;
}
</style>
background-color css
<style>
a { background-color: #984378; }
a { background-color: rgb(152,67,120); }
div.DivClassName
{
background-color: #984378;
}
.BgClassName
{
background-color: #984378;
}
</style>
border-color css
<style>
span { border-color: #984378; }
span { border-color: rgb(152,67,120); }
td.TdClassName
{
border-color: #984378;
}
.TagClassName
{
border-color: #984378;
}
</style>