Shades of Rouge #993D74
Tints of Rouge #993D74
RGB
CMYK
RGB Variations
Color information
#993D74 (or 0x993D74) is known color: Rouge. HEX triplet: 99, 3D and 74. RGB value is (153,61,116). Sum of RGB (Red+Green+Blue) = 153+61+116=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #993D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993D74 is #66C28B. Grayscale: #5E5E5E. Windows color (decimal): -6734476 or 7617945. OLE color: 7617945.
HSL color Cylindrical-coordinate representation of color #993D74: hue angle of 324.13º 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 #993D74 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 116 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.4 |
| HSL | 324.13º | 0.43% | 0.42% | - |
| HSV(B) | 324.13º | 0.6% | 0.6% | - |
| XYZ | 17.96 | 11.37 | 17.77 | - |
| YUV | 94.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 116 | 0 | 0.60 | 0.24 | 0.4 | 324.13 | 0.43 | 0.42 |
| Hex | 99 | 3D | 74 | 0 | 3C | 18 | 28 | 144 | 2B | 2A |
| Octal | 231 | 75 | 164 | 0 | 74 | 30 | 50 | 504 | 53 | 52 |
| Binary | 10011001 | 111101 | 1110100 | 0 | 111100 | 11000 | 101000 | 101000100 | 101011 | 101010 |
Color Harmonies of #993D74
Complementary color
Monochromatic Colors of #993D74
Black with #993D74
Text Example
Text Example
White with #993D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D74; }
p { color: rgb(153,61,116); }
H1.HeaderClassName
{
color: #993D74;
}
.AnyTagClassName
{
color: #993D74;
}
</style>
background-color css
<style>
a { background-color: #993D74; }
a { background-color: rgb(153,61,116); }
div.DivClassName
{
background-color: #993D74;
}
.BgClassName
{
background-color: #993D74;
}
</style>
border-color css
<style>
span { border-color: #993D74; }
span { border-color: rgb(153,61,116); }
td.TdClassName
{
border-color: #993D74;
}
.TagClassName
{
border-color: #993D74;
}
</style>