Shades of Rouge #97447A
Tints of Rouge #97447A
RGB
CMYK
RGB Variations
Color information
#97447A (or 0x97447A) is known color: Rouge. HEX triplet: 97, 44 and 7A. RGB value is (151,68,122). Sum of RGB (Red+Green+Blue) = 151+68+122=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #97447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97447A is #68BB85. Grayscale: #626262. Windows color (decimal): -6863750 or 8012951. OLE color: 8012951.
HSL color Cylindrical-coordinate representation of color #97447A: hue angle of 320.96º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97447A is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 68 | 122 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.41 |
| HSL | 320.96º | 0.38% | 0.43% | - |
| HSV(B) | 320.96º | 0.55% | 0.59% | - |
| XYZ | 18.34 | 12.12 | 19.78 | - |
| YUV | 98.97 | 141 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 68 | 122 | 0 | 0.55 | 0.19 | 0.41 | 320.96 | 0.38 | 0.43 |
| Hex | 97 | 44 | 7A | 0 | 37 | 13 | 29 | 141 | 26 | 2B |
| Octal | 227 | 104 | 172 | 0 | 67 | 23 | 51 | 501 | 46 | 53 |
| Binary | 10010111 | 1000100 | 1111010 | 0 | 110111 | 10011 | 101001 | 101000001 | 100110 | 101011 |
Color Harmonies of #97447A
Complementary color
Monochromatic Colors of #97447A
Black with #97447A
Text Example
Text Example
White with #97447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97447A; }
p { color: rgb(151,68,122); }
H1.HeaderClassName
{
color: #97447A;
}
.AnyTagClassName
{
color: #97447A;
}
</style>
background-color css
<style>
a { background-color: #97447A; }
a { background-color: rgb(151,68,122); }
div.DivClassName
{
background-color: #97447A;
}
.BgClassName
{
background-color: #97447A;
}
</style>
border-color css
<style>
span { border-color: #97447A; }
span { border-color: rgb(151,68,122); }
td.TdClassName
{
border-color: #97447A;
}
.TagClassName
{
border-color: #97447A;
}
</style>