Shades of Rouge #973D72
Tints of Rouge #973D72
RGB
CMYK
RGB Variations
Color information
#973D72 (or 0x973D72) is known color: Rouge. HEX triplet: 97, 3D and 72. RGB value is (151,61,114). Sum of RGB (Red+Green+Blue) = 151+61+114=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #973D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973D72 is #68C28D. Grayscale: #5D5D5D. Windows color (decimal): -6865550 or 7486871. OLE color: 7486871.
HSL color Cylindrical-coordinate representation of color #973D72: hue angle of 324.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973D72 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 114 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.41 |
| HSL | 324.67º | 0.42% | 0.42% | - |
| HSV(B) | 324.67º | 0.6% | 0.59% | - |
| XYZ | 17.47 | 11.13 | 17.15 | - |
| YUV | 93.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 114 | 0 | 0.60 | 0.25 | 0.41 | 324.67 | 0.42 | 0.42 |
| Hex | 97 | 3D | 72 | 0 | 3C | 19 | 29 | 145 | 2A | 2A |
| Octal | 227 | 75 | 162 | 0 | 74 | 31 | 51 | 505 | 52 | 52 |
| Binary | 10010111 | 111101 | 1110010 | 0 | 111100 | 11001 | 101001 | 101000101 | 101010 | 101010 |
Color Harmonies of #973D72
Complementary color
Monochromatic Colors of #973D72
Black with #973D72
Text Example
Text Example
White with #973D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D72; }
p { color: rgb(151,61,114); }
H1.HeaderClassName
{
color: #973D72;
}
.AnyTagClassName
{
color: #973D72;
}
</style>
background-color css
<style>
a { background-color: #973D72; }
a { background-color: rgb(151,61,114); }
div.DivClassName
{
background-color: #973D72;
}
.BgClassName
{
background-color: #973D72;
}
</style>
border-color css
<style>
span { border-color: #973D72; }
span { border-color: rgb(151,61,114); }
td.TdClassName
{
border-color: #973D72;
}
.TagClassName
{
border-color: #973D72;
}
</style>