Shades of Rouge #A7345B
Tints of Rouge #A7345B
RGB
CMYK
RGB Variations
Color information
#A7345B (or 0xA7345B) is known color: Rouge. HEX triplet: A7, 34 and 5B. RGB value is (167,52,91). Sum of RGB (Red+Green+Blue) = 167+52+91=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7345B is #58CBA4. Grayscale: #5A5A5A. Windows color (decimal): -5819301 or 5977255. OLE color: 5977255.
HSL color Cylindrical-coordinate representation of color #A7345B: hue angle of 339.65º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7345B is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 52 | 91 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.35 |
| HSL | 339.65º | 0.53% | 0.43% | - |
| HSV(B) | 339.65º | 0.69% | 0.65% | - |
| XYZ | 19.05 | 11.43 | 11.1 | - |
| YUV | 90.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 52 | 91 | 0 | 0.69 | 0.46 | 0.35 | 339.65 | 0.53 | 0.43 |
| Hex | A7 | 34 | 5B | 0 | 45 | 2E | 23 | 154 | 35 | 2B |
| Octal | 247 | 64 | 133 | 0 | 105 | 56 | 43 | 524 | 65 | 53 |
| Binary | 10100111 | 110100 | 1011011 | 0 | 1000101 | 101110 | 100011 | 101010100 | 110101 | 101011 |
Color Harmonies of #A7345B
Complementary color
Monochromatic Colors of #A7345B
Black with #A7345B
Text Example
Text Example
White with #A7345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7345B; }
p { color: rgb(167,52,91); }
H1.HeaderClassName
{
color: #A7345B;
}
.AnyTagClassName
{
color: #A7345B;
}
</style>
background-color css
<style>
a { background-color: #A7345B; }
a { background-color: rgb(167,52,91); }
div.DivClassName
{
background-color: #A7345B;
}
.BgClassName
{
background-color: #A7345B;
}
</style>
border-color css
<style>
span { border-color: #A7345B; }
span { border-color: rgb(167,52,91); }
td.TdClassName
{
border-color: #A7345B;
}
.TagClassName
{
border-color: #A7345B;
}
</style>