Shades of Rouge #993D71
Tints of Rouge #993D71
RGB
CMYK
RGB Variations
Color information
#993D71 (or 0x993D71) is known color: Rouge. HEX triplet: 99, 3D and 71. RGB value is (153,61,113). Sum of RGB (Red+Green+Blue) = 153+61+113=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #993D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993D71 is #66C28E. Grayscale: #5E5E5E. Windows color (decimal): -6734479 or 7421337. OLE color: 7421337.
HSL color Cylindrical-coordinate representation of color #993D71: hue angle of 326.09º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #993D71 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 113 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.4 |
| HSL | 326.09º | 0.43% | 0.42% | - |
| HSV(B) | 326.09º | 0.6% | 0.6% | - |
| XYZ | 17.79 | 11.3 | 16.87 | - |
| YUV | 94.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 113 | 0 | 0.60 | 0.26 | 0.4 | 326.09 | 0.43 | 0.42 |
| Hex | 99 | 3D | 71 | 0 | 3C | 1A | 28 | 146 | 2B | 2A |
| Octal | 231 | 75 | 161 | 0 | 74 | 32 | 50 | 506 | 53 | 52 |
| Binary | 10011001 | 111101 | 1110001 | 0 | 111100 | 11010 | 101000 | 101000110 | 101011 | 101010 |
Color Harmonies of #993D71
Complementary color
Monochromatic Colors of #993D71
Black with #993D71
Text Example
Text Example
White with #993D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D71; }
p { color: rgb(153,61,113); }
H1.HeaderClassName
{
color: #993D71;
}
.AnyTagClassName
{
color: #993D71;
}
</style>
background-color css
<style>
a { background-color: #993D71; }
a { background-color: rgb(153,61,113); }
div.DivClassName
{
background-color: #993D71;
}
.BgClassName
{
background-color: #993D71;
}
</style>
border-color css
<style>
span { border-color: #993D71; }
span { border-color: rgb(153,61,113); }
td.TdClassName
{
border-color: #993D71;
}
.TagClassName
{
border-color: #993D71;
}
</style>