Shades of Rouge #994176
Tints of Rouge #994176
RGB
CMYK
RGB Variations
Color information
#994176 (or 0x994176) is known color: Rouge. HEX triplet: 99, 41 and 76. RGB value is (153,65,118). Sum of RGB (Red+Green+Blue) = 153+65+118=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #994176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994176 is #66BE89. Grayscale: #616161. Windows color (decimal): -6733450 or 7750041. OLE color: 7750041.
HSL color Cylindrical-coordinate representation of color #994176: hue angle of 323.86º 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 #994176 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 118 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.4 |
| HSL | 323.86º | 0.4% | 0.43% | - |
| HSV(B) | 323.86º | 0.58% | 0.6% | - |
| XYZ | 18.3 | 11.86 | 18.46 | - |
| YUV | 97.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 118 | 0 | 0.58 | 0.23 | 0.4 | 323.86 | 0.4 | 0.43 |
| Hex | 99 | 41 | 76 | 0 | 3A | 17 | 28 | 144 | 28 | 2B |
| Octal | 231 | 101 | 166 | 0 | 72 | 27 | 50 | 504 | 50 | 53 |
| Binary | 10011001 | 1000001 | 1110110 | 0 | 111010 | 10111 | 101000 | 101000100 | 101000 | 101011 |
Color Harmonies of #994176
Complementary color
Monochromatic Colors of #994176
Black with #994176
Text Example
Text Example
White with #994176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994176; }
p { color: rgb(153,65,118); }
H1.HeaderClassName
{
color: #994176;
}
.AnyTagClassName
{
color: #994176;
}
</style>
background-color css
<style>
a { background-color: #994176; }
a { background-color: rgb(153,65,118); }
div.DivClassName
{
background-color: #994176;
}
.BgClassName
{
background-color: #994176;
}
</style>
border-color css
<style>
span { border-color: #994176; }
span { border-color: rgb(153,65,118); }
td.TdClassName
{
border-color: #994176;
}
.TagClassName
{
border-color: #994176;
}
</style>