Shades of Rouge #993F74
Tints of Rouge #993F74
RGB
CMYK
RGB Variations
Color information
#993F74 (or 0x993F74) is known color: Rouge. HEX triplet: 99, 3F and 74. RGB value is (153,63,116). Sum of RGB (Red+Green+Blue) = 153+63+116=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #993F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993F74 is #66C08B. Grayscale: #5F5F5F. Windows color (decimal): -6733964 or 7618457. OLE color: 7618457.
HSL color Cylindrical-coordinate representation of color #993F74: hue angle of 324.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #993F74 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 116 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.4 |
| HSL | 324.67º | 0.42% | 0.42% | - |
| HSV(B) | 324.67º | 0.59% | 0.6% | - |
| XYZ | 18.07 | 11.59 | 17.81 | - |
| YUV | 95.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 116 | 0 | 0.59 | 0.24 | 0.4 | 324.67 | 0.42 | 0.42 |
| Hex | 99 | 3F | 74 | 0 | 3B | 18 | 28 | 145 | 2A | 2A |
| Octal | 231 | 77 | 164 | 0 | 73 | 30 | 50 | 505 | 52 | 52 |
| Binary | 10011001 | 111111 | 1110100 | 0 | 111011 | 11000 | 101000 | 101000101 | 101010 | 101010 |
Color Harmonies of #993F74
Complementary color
Monochromatic Colors of #993F74
Black with #993F74
Text Example
Text Example
White with #993F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F74; }
p { color: rgb(153,63,116); }
H1.HeaderClassName
{
color: #993F74;
}
.AnyTagClassName
{
color: #993F74;
}
</style>
background-color css
<style>
a { background-color: #993F74; }
a { background-color: rgb(153,63,116); }
div.DivClassName
{
background-color: #993F74;
}
.BgClassName
{
background-color: #993F74;
}
</style>
border-color css
<style>
span { border-color: #993F74; }
span { border-color: rgb(153,63,116); }
td.TdClassName
{
border-color: #993F74;
}
.TagClassName
{
border-color: #993F74;
}
</style>