Shades of Rouge #994178
Tints of Rouge #994178
RGB
CMYK
RGB Variations
Color information
#994178 (or 0x994178) is known color: Rouge. HEX triplet: 99, 41 and 78. RGB value is (153,65,120). Sum of RGB (Red+Green+Blue) = 153+65+120=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #994178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994178 is #66BE87. Grayscale: #616161. Windows color (decimal): -6733448 or 7881113. OLE color: 7881113.
HSL color Cylindrical-coordinate representation of color #994178: hue angle of 322.5º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994178 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 120 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.4 |
| HSL | 322.5º | 0.4% | 0.43% | - |
| HSV(B) | 322.5º | 0.58% | 0.6% | - |
| XYZ | 18.42 | 11.91 | 19.1 | - |
| YUV | 97.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 120 | 0 | 0.58 | 0.22 | 0.4 | 322.5 | 0.4 | 0.43 |
| Hex | 99 | 41 | 78 | 0 | 3A | 16 | 28 | 142 | 28 | 2B |
| Octal | 231 | 101 | 170 | 0 | 72 | 26 | 50 | 502 | 50 | 53 |
| Binary | 10011001 | 1000001 | 1111000 | 0 | 111010 | 10110 | 101000 | 101000010 | 101000 | 101011 |
Color Harmonies of #994178
Complementary color
Monochromatic Colors of #994178
Black with #994178
Text Example
Text Example
White with #994178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994178; }
p { color: rgb(153,65,120); }
H1.HeaderClassName
{
color: #994178;
}
.AnyTagClassName
{
color: #994178;
}
</style>
background-color css
<style>
a { background-color: #994178; }
a { background-color: rgb(153,65,120); }
div.DivClassName
{
background-color: #994178;
}
.BgClassName
{
background-color: #994178;
}
</style>
border-color css
<style>
span { border-color: #994178; }
span { border-color: rgb(153,65,120); }
td.TdClassName
{
border-color: #994178;
}
.TagClassName
{
border-color: #994178;
}
</style>