Shades of Rouge #97346C
Tints of Rouge #97346C
RGB
CMYK
RGB Variations
Color information
#97346C (or 0x97346C) is known color: Rouge. HEX triplet: 97, 34 and 6C. RGB value is (151,52,108). Sum of RGB (Red+Green+Blue) = 151+52+108=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97346C is #68CB93. Grayscale: #575757. Windows color (decimal): -6867860 or 7091351. OLE color: 7091351.
HSL color Cylindrical-coordinate representation of color #97346C: hue angle of 326.06º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97346C is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 52 | 108 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.41 |
| HSL | 326.06º | 0.49% | 0.4% | - |
| HSV(B) | 326.06º | 0.66% | 0.59% | - |
| XYZ | 16.7 | 10.12 | 15.26 | - |
| YUV | 87.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 52 | 108 | 0 | 0.66 | 0.28 | 0.41 | 326.06 | 0.49 | 0.4 |
| Hex | 97 | 34 | 6C | 0 | 42 | 1C | 29 | 146 | 31 | 28 |
| Octal | 227 | 64 | 154 | 0 | 102 | 34 | 51 | 506 | 61 | 50 |
| Binary | 10010111 | 110100 | 1101100 | 0 | 1000010 | 11100 | 101001 | 101000110 | 110001 | 101000 |
Color Harmonies of #97346C
Complementary color
Monochromatic Colors of #97346C
Black with #97346C
Text Example
Text Example
White with #97346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97346C; }
p { color: rgb(151,52,108); }
H1.HeaderClassName
{
color: #97346C;
}
.AnyTagClassName
{
color: #97346C;
}
</style>
background-color css
<style>
a { background-color: #97346C; }
a { background-color: rgb(151,52,108); }
div.DivClassName
{
background-color: #97346C;
}
.BgClassName
{
background-color: #97346C;
}
</style>
border-color css
<style>
span { border-color: #97346C; }
span { border-color: rgb(151,52,108); }
td.TdClassName
{
border-color: #97346C;
}
.TagClassName
{
border-color: #97346C;
}
</style>