Shades of Rouge #97427A
Tints of Rouge #97427A
RGB
CMYK
RGB Variations
Color information
#97427A (or 0x97427A) is known color: Rouge. HEX triplet: 97, 42 and 7A. RGB value is (151,66,122). Sum of RGB (Red+Green+Blue) = 151+66+122=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #97427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97427A is #68BD85. Grayscale: #616161. Windows color (decimal): -6864262 or 8012439. OLE color: 8012439.
HSL color Cylindrical-coordinate representation of color #97427A: hue angle of 320.47º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97427A is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 66 | 122 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.41 |
| HSL | 320.47º | 0.39% | 0.43% | - |
| HSV(B) | 320.47º | 0.56% | 0.59% | - |
| XYZ | 18.22 | 11.88 | 19.75 | - |
| YUV | 97.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 66 | 122 | 0 | 0.56 | 0.19 | 0.41 | 320.47 | 0.39 | 0.43 |
| Hex | 97 | 42 | 7A | 0 | 38 | 13 | 29 | 140 | 27 | 2B |
| Octal | 227 | 102 | 172 | 0 | 70 | 23 | 51 | 500 | 47 | 53 |
| Binary | 10010111 | 1000010 | 1111010 | 0 | 111000 | 10011 | 101001 | 101000000 | 100111 | 101011 |
Color Harmonies of #97427A
Complementary color
Monochromatic Colors of #97427A
Black with #97427A
Text Example
Text Example
White with #97427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97427A; }
p { color: rgb(151,66,122); }
H1.HeaderClassName
{
color: #97427A;
}
.AnyTagClassName
{
color: #97427A;
}
</style>
background-color css
<style>
a { background-color: #97427A; }
a { background-color: rgb(151,66,122); }
div.DivClassName
{
background-color: #97427A;
}
.BgClassName
{
background-color: #97427A;
}
</style>
border-color css
<style>
span { border-color: #97427A; }
span { border-color: rgb(151,66,122); }
td.TdClassName
{
border-color: #97427A;
}
.TagClassName
{
border-color: #97427A;
}
</style>