Shades of Rouge #994379
Tints of Rouge #994379
RGB
CMYK
RGB Variations
Color information
#994379 (or 0x994379) is known color: Rouge. HEX triplet: 99, 43 and 79. RGB value is (153,67,121). Sum of RGB (Red+Green+Blue) = 153+67+121=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #994379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994379 is #66BC86. Grayscale: #626262. Windows color (decimal): -6732935 or 7947161. OLE color: 7947161.
HSL color Cylindrical-coordinate representation of color #994379: hue angle of 322.33º 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 #994379 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 121 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.4 |
| HSL | 322.33º | 0.39% | 0.43% | - |
| HSV(B) | 322.33º | 0.56% | 0.6% | - |
| XYZ | 18.6 | 12.17 | 19.46 | - |
| YUV | 98.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 121 | 0 | 0.56 | 0.21 | 0.4 | 322.33 | 0.39 | 0.43 |
| Hex | 99 | 43 | 79 | 0 | 38 | 15 | 28 | 142 | 27 | 2B |
| Octal | 231 | 103 | 171 | 0 | 70 | 25 | 50 | 502 | 47 | 53 |
| Binary | 10011001 | 1000011 | 1111001 | 0 | 111000 | 10101 | 101000 | 101000010 | 100111 | 101011 |
Color Harmonies of #994379
Complementary color
Monochromatic Colors of #994379
Black with #994379
Text Example
Text Example
White with #994379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994379; }
p { color: rgb(153,67,121); }
H1.HeaderClassName
{
color: #994379;
}
.AnyTagClassName
{
color: #994379;
}
</style>
background-color css
<style>
a { background-color: #994379; }
a { background-color: rgb(153,67,121); }
div.DivClassName
{
background-color: #994379;
}
.BgClassName
{
background-color: #994379;
}
</style>
border-color css
<style>
span { border-color: #994379; }
span { border-color: rgb(153,67,121); }
td.TdClassName
{
border-color: #994379;
}
.TagClassName
{
border-color: #994379;
}
</style>