Shades of Rouge #973D70
Tints of Rouge #973D70
RGB
CMYK
RGB Variations
Color information
#973D70 (or 0x973D70) is known color: Rouge. HEX triplet: 97, 3D and 70. RGB value is (151,61,112). Sum of RGB (Red+Green+Blue) = 151+61+112=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #973D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973D70 is #68C28F. Grayscale: #5D5D5D. Windows color (decimal): -6865552 or 7355799. OLE color: 7355799.
HSL color Cylindrical-coordinate representation of color #973D70: hue angle of 326º 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 #973D70 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 112 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.41 |
| HSL | 326º | 0.42% | 0.42% | - |
| HSV(B) | 326º | 0.6% | 0.59% | - |
| XYZ | 17.36 | 11.09 | 16.55 | - |
| YUV | 93.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 112 | 0 | 0.60 | 0.26 | 0.41 | 326 | 0.42 | 0.42 |
| Hex | 97 | 3D | 70 | 0 | 3C | 1A | 29 | 146 | 2A | 2A |
| Octal | 227 | 75 | 160 | 0 | 74 | 32 | 51 | 506 | 52 | 52 |
| Binary | 10010111 | 111101 | 1110000 | 0 | 111100 | 11010 | 101001 | 101000110 | 101010 | 101010 |
Color Harmonies of #973D70
Complementary color
Monochromatic Colors of #973D70
Black with #973D70
Text Example
Text Example
White with #973D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D70; }
p { color: rgb(151,61,112); }
H1.HeaderClassName
{
color: #973D70;
}
.AnyTagClassName
{
color: #973D70;
}
</style>
background-color css
<style>
a { background-color: #973D70; }
a { background-color: rgb(151,61,112); }
div.DivClassName
{
background-color: #973D70;
}
.BgClassName
{
background-color: #973D70;
}
</style>
border-color css
<style>
span { border-color: #973D70; }
span { border-color: rgb(151,61,112); }
td.TdClassName
{
border-color: #973D70;
}
.TagClassName
{
border-color: #973D70;
}
</style>