Shades of Rouge #993470
Tints of Rouge #993470
RGB
CMYK
RGB Variations
Color information
#993470 (or 0x993470) is known color: Rouge. HEX triplet: 99, 34 and 70. RGB value is (153,52,112). Sum of RGB (Red+Green+Blue) = 153+52+112=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #993470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993470 is #66CB8F. Grayscale: #585858. Windows color (decimal): -6736784 or 7353497. OLE color: 7353497.
HSL color Cylindrical-coordinate representation of color #993470: hue angle of 324.36º 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 #993470 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 112 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.4 |
| HSL | 324.36º | 0.49% | 0.4% | - |
| HSV(B) | 324.36º | 0.66% | 0.6% | - |
| XYZ | 17.29 | 10.4 | 16.43 | - |
| YUV | 89.04 | 140.96 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 112 | 0 | 0.66 | 0.27 | 0.4 | 324.36 | 0.49 | 0.4 |
| Hex | 99 | 34 | 70 | 0 | 42 | 1B | 28 | 144 | 31 | 28 |
| Octal | 231 | 64 | 160 | 0 | 102 | 33 | 50 | 504 | 61 | 50 |
| Binary | 10011001 | 110100 | 1110000 | 0 | 1000010 | 11011 | 101000 | 101000100 | 110001 | 101000 |
Color Harmonies of #993470
Complementary color
Monochromatic Colors of #993470
Black with #993470
Text Example
Text Example
White with #993470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993470; }
p { color: rgb(153,52,112); }
H1.HeaderClassName
{
color: #993470;
}
.AnyTagClassName
{
color: #993470;
}
</style>
background-color css
<style>
a { background-color: #993470; }
a { background-color: rgb(153,52,112); }
div.DivClassName
{
background-color: #993470;
}
.BgClassName
{
background-color: #993470;
}
</style>
border-color css
<style>
span { border-color: #993470; }
span { border-color: rgb(153,52,112); }
td.TdClassName
{
border-color: #993470;
}
.TagClassName
{
border-color: #993470;
}
</style>