Shades of Rouge #993170
Tints of Rouge #993170
RGB
CMYK
RGB Variations
Color information
#993170 (or 0x993170) is known color: Rouge. HEX triplet: 99, 31 and 70. RGB value is (153,49,112). Sum of RGB (Red+Green+Blue) = 153+49+112=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #993170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993170 is #66CE8F. Grayscale: #575757. Windows color (decimal): -6737552 or 7352729. OLE color: 7352729.
HSL color Cylindrical-coordinate representation of color #993170: hue angle of 323.65º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993170 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 112 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.4 |
| HSL | 323.65º | 0.51% | 0.4% | - |
| HSV(B) | 323.65º | 0.68% | 0.6% | - |
| XYZ | 17.16 | 10.14 | 16.38 | - |
| YUV | 87.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 112 | 0 | 0.68 | 0.27 | 0.4 | 323.65 | 0.51 | 0.4 |
| Hex | 99 | 31 | 70 | 0 | 44 | 1B | 28 | 144 | 33 | 28 |
| Octal | 231 | 61 | 160 | 0 | 104 | 33 | 50 | 504 | 63 | 50 |
| Binary | 10011001 | 110001 | 1110000 | 0 | 1000100 | 11011 | 101000 | 101000100 | 110011 | 101000 |
Color Harmonies of #993170
Complementary color
Monochromatic Colors of #993170
Black with #993170
Text Example
Text Example
White with #993170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993170; }
p { color: rgb(153,49,112); }
H1.HeaderClassName
{
color: #993170;
}
.AnyTagClassName
{
color: #993170;
}
</style>
background-color css
<style>
a { background-color: #993170; }
a { background-color: rgb(153,49,112); }
div.DivClassName
{
background-color: #993170;
}
.BgClassName
{
background-color: #993170;
}
</style>
border-color css
<style>
span { border-color: #993170; }
span { border-color: rgb(153,49,112); }
td.TdClassName
{
border-color: #993170;
}
.TagClassName
{
border-color: #993170;
}
</style>