Shades of Rouge #974078
Tints of Rouge #974078
RGB
CMYK
RGB Variations
Color information
#974078 (or 0x974078) is known color: Rouge. HEX triplet: 97, 40 and 78. RGB value is (151,64,120). Sum of RGB (Red+Green+Blue) = 151+64+120=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #974078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974078 is #68BF87. Grayscale: #606060. Windows color (decimal): -6864776 or 7880855. OLE color: 7880855.
HSL color Cylindrical-coordinate representation of color #974078: hue angle of 321.38º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #974078 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 64 | 120 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.41 |
| HSL | 321.38º | 0.4% | 0.42% | - |
| HSV(B) | 321.38º | 0.58% | 0.59% | - |
| XYZ | 17.99 | 11.6 | 19.06 | - |
| YUV | 96.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 64 | 120 | 0 | 0.58 | 0.21 | 0.41 | 321.38 | 0.4 | 0.42 |
| Hex | 97 | 40 | 78 | 0 | 3A | 15 | 29 | 141 | 28 | 2A |
| Octal | 227 | 100 | 170 | 0 | 72 | 25 | 51 | 501 | 50 | 52 |
| Binary | 10010111 | 1000000 | 1111000 | 0 | 111010 | 10101 | 101001 | 101000001 | 101000 | 101010 |
Color Harmonies of #974078
Complementary color
Monochromatic Colors of #974078
Black with #974078
Text Example
Text Example
White with #974078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974078; }
p { color: rgb(151,64,120); }
H1.HeaderClassName
{
color: #974078;
}
.AnyTagClassName
{
color: #974078;
}
</style>
background-color css
<style>
a { background-color: #974078; }
a { background-color: rgb(151,64,120); }
div.DivClassName
{
background-color: #974078;
}
.BgClassName
{
background-color: #974078;
}
</style>
border-color css
<style>
span { border-color: #974078; }
span { border-color: rgb(151,64,120); }
td.TdClassName
{
border-color: #974078;
}
.TagClassName
{
border-color: #974078;
}
</style>