Shades of Rouge #994577
Tints of Rouge #994577
RGB
CMYK
RGB Variations
Color information
#994577 (or 0x994577) is known color: Rouge. HEX triplet: 99, 45 and 77. RGB value is (153,69,119). Sum of RGB (Red+Green+Blue) = 153+69+119=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #994577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994577 is #66BA88. Grayscale: #636363. Windows color (decimal): -6732425 or 7816601. OLE color: 7816601.
HSL color Cylindrical-coordinate representation of color #994577: hue angle of 324.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994577 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 119 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.4 |
| HSL | 324.29º | 0.38% | 0.44% | - |
| HSV(B) | 324.29º | 0.55% | 0.6% | - |
| XYZ | 18.59 | 12.36 | 18.86 | - |
| YUV | 99.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 119 | 0 | 0.55 | 0.22 | 0.4 | 324.29 | 0.38 | 0.44 |
| Hex | 99 | 45 | 77 | 0 | 37 | 16 | 28 | 144 | 26 | 2C |
| Octal | 231 | 105 | 167 | 0 | 67 | 26 | 50 | 504 | 46 | 54 |
| Binary | 10011001 | 1000101 | 1110111 | 0 | 110111 | 10110 | 101000 | 101000100 | 100110 | 101100 |
Color Harmonies of #994577
Complementary color
Monochromatic Colors of #994577
Black with #994577
Text Example
Text Example
White with #994577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994577; }
p { color: rgb(153,69,119); }
H1.HeaderClassName
{
color: #994577;
}
.AnyTagClassName
{
color: #994577;
}
</style>
background-color css
<style>
a { background-color: #994577; }
a { background-color: rgb(153,69,119); }
div.DivClassName
{
background-color: #994577;
}
.BgClassName
{
background-color: #994577;
}
</style>
border-color css
<style>
span { border-color: #994577; }
span { border-color: rgb(153,69,119); }
td.TdClassName
{
border-color: #994577;
}
.TagClassName
{
border-color: #994577;
}
</style>