Shades of Rouge #993471
Tints of Rouge #993471
RGB
CMYK
RGB Variations
Color information
#993471 (or 0x993471) is known color: Rouge. HEX triplet: 99, 34 and 71. RGB value is (153,52,113). Sum of RGB (Red+Green+Blue) = 153+52+113=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #993471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993471 is #66CB8E. Grayscale: #595959. Windows color (decimal): -6736783 or 7419033. OLE color: 7419033.
HSL color Cylindrical-coordinate representation of color #993471: hue angle of 323.76º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993471 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 113 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.4 |
| HSL | 323.76º | 0.49% | 0.4% | - |
| HSV(B) | 323.76º | 0.66% | 0.6% | - |
| XYZ | 17.35 | 10.42 | 16.72 | - |
| YUV | 89.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 113 | 0 | 0.66 | 0.26 | 0.4 | 323.76 | 0.49 | 0.4 |
| Hex | 99 | 34 | 71 | 0 | 42 | 1A | 28 | 144 | 31 | 28 |
| Octal | 231 | 64 | 161 | 0 | 102 | 32 | 50 | 504 | 61 | 50 |
| Binary | 10011001 | 110100 | 1110001 | 0 | 1000010 | 11010 | 101000 | 101000100 | 110001 | 101000 |
Color Harmonies of #993471
Complementary color
Monochromatic Colors of #993471
Black with #993471
Text Example
Text Example
White with #993471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993471; }
p { color: rgb(153,52,113); }
H1.HeaderClassName
{
color: #993471;
}
.AnyTagClassName
{
color: #993471;
}
</style>
background-color css
<style>
a { background-color: #993471; }
a { background-color: rgb(153,52,113); }
div.DivClassName
{
background-color: #993471;
}
.BgClassName
{
background-color: #993471;
}
</style>
border-color css
<style>
span { border-color: #993471; }
span { border-color: rgb(153,52,113); }
td.TdClassName
{
border-color: #993471;
}
.TagClassName
{
border-color: #993471;
}
</style>