Shades of Rouge #993573
Tints of Rouge #993573
RGB
CMYK
RGB Variations
Color information
#993573 (or 0x993573) is known color: Rouge. HEX triplet: 99, 35 and 73. RGB value is (153,53,115). Sum of RGB (Red+Green+Blue) = 153+53+115=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #993573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993573 is #66CA8C. Grayscale: #595959. Windows color (decimal): -6736525 or 7550361. OLE color: 7550361.
HSL color Cylindrical-coordinate representation of color #993573: hue angle of 322.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993573 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 115 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.4 |
| HSL | 322.8º | 0.49% | 0.4% | - |
| HSV(B) | 322.8º | 0.65% | 0.6% | - |
| XYZ | 17.5 | 10.56 | 17.33 | - |
| YUV | 89.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 115 | 0 | 0.65 | 0.25 | 0.4 | 322.8 | 0.49 | 0.4 |
| Hex | 99 | 35 | 73 | 0 | 41 | 19 | 28 | 143 | 31 | 28 |
| Octal | 231 | 65 | 163 | 0 | 101 | 31 | 50 | 503 | 61 | 50 |
| Binary | 10011001 | 110101 | 1110011 | 0 | 1000001 | 11001 | 101000 | 101000011 | 110001 | 101000 |
Color Harmonies of #993573
Complementary color
Monochromatic Colors of #993573
Black with #993573
Text Example
Text Example
White with #993573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993573; }
p { color: rgb(153,53,115); }
H1.HeaderClassName
{
color: #993573;
}
.AnyTagClassName
{
color: #993573;
}
</style>
background-color css
<style>
a { background-color: #993573; }
a { background-color: rgb(153,53,115); }
div.DivClassName
{
background-color: #993573;
}
.BgClassName
{
background-color: #993573;
}
</style>
border-color css
<style>
span { border-color: #993573; }
span { border-color: rgb(153,53,115); }
td.TdClassName
{
border-color: #993573;
}
.TagClassName
{
border-color: #993573;
}
</style>