Shades of Rouge #973B6E
Tints of Rouge #973B6E
RGB
CMYK
RGB Variations
Color information
#973B6E (or 0x973B6E) is known color: Rouge. HEX triplet: 97, 3B and 6E. RGB value is (151,59,110). Sum of RGB (Red+Green+Blue) = 151+59+110=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #973B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973B6E is #68C491. Grayscale: #5C5C5C. Windows color (decimal): -6866066 or 7224215. OLE color: 7224215.
HSL color Cylindrical-coordinate representation of color #973B6E: hue angle of 326.74º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #973B6E is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 110 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.41 |
| HSL | 326.74º | 0.44% | 0.41% | - |
| HSV(B) | 326.74º | 0.61% | 0.59% | - |
| XYZ | 17.14 | 10.83 | 15.94 | - |
| YUV | 92.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 110 | 0 | 0.61 | 0.27 | 0.41 | 326.74 | 0.44 | 0.41 |
| Hex | 97 | 3B | 6E | 0 | 3D | 1B | 29 | 147 | 2C | 29 |
| Octal | 227 | 73 | 156 | 0 | 75 | 33 | 51 | 507 | 54 | 51 |
| Binary | 10010111 | 111011 | 1101110 | 0 | 111101 | 11011 | 101001 | 101000111 | 101100 | 101001 |
Color Harmonies of #973B6E
Complementary color
Monochromatic Colors of #973B6E
Black with #973B6E
Text Example
Text Example
White with #973B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B6E; }
p { color: rgb(151,59,110); }
H1.HeaderClassName
{
color: #973B6E;
}
.AnyTagClassName
{
color: #973B6E;
}
</style>
background-color css
<style>
a { background-color: #973B6E; }
a { background-color: rgb(151,59,110); }
div.DivClassName
{
background-color: #973B6E;
}
.BgClassName
{
background-color: #973B6E;
}
</style>
border-color css
<style>
span { border-color: #973B6E; }
span { border-color: rgb(151,59,110); }
td.TdClassName
{
border-color: #973B6E;
}
.TagClassName
{
border-color: #973B6E;
}
</style>