Shades of Rouge #A7315D
Tints of Rouge #A7315D
RGB
CMYK
RGB Variations
Color information
#A7315D (or 0xA7315D) is known color: Rouge. HEX triplet: A7, 31 and 5D. RGB value is (167,49,93). Sum of RGB (Red+Green+Blue) = 167+49+93=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A7315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7315D is #58CEA2. Grayscale: #595959. Windows color (decimal): -5820067 or 6107559. OLE color: 6107559.
HSL color Cylindrical-coordinate representation of color #A7315D: hue angle of 337.63º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7315D is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 49 | 93 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.35 |
| HSL | 337.63º | 0.55% | 0.42% | - |
| HSV(B) | 337.63º | 0.71% | 0.65% | - |
| XYZ | 19.01 | 11.2 | 11.52 | - |
| YUV | 89.3 | 130.09 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 93 | 0 | 0.71 | 0.44 | 0.35 | 337.63 | 0.55 | 0.42 |
| Hex | A7 | 31 | 5D | 0 | 47 | 2C | 23 | 152 | 37 | 2A |
| Octal | 247 | 61 | 135 | 0 | 107 | 54 | 43 | 522 | 67 | 52 |
| Binary | 10100111 | 110001 | 1011101 | 0 | 1000111 | 101100 | 100011 | 101010010 | 110111 | 101010 |
Color Harmonies of #A7315D
Complementary color
Monochromatic Colors of #A7315D
Black with #A7315D
Text Example
Text Example
White with #A7315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7315D; }
p { color: rgb(167,49,93); }
H1.HeaderClassName
{
color: #A7315D;
}
.AnyTagClassName
{
color: #A7315D;
}
</style>
background-color css
<style>
a { background-color: #A7315D; }
a { background-color: rgb(167,49,93); }
div.DivClassName
{
background-color: #A7315D;
}
.BgClassName
{
background-color: #A7315D;
}
</style>
border-color css
<style>
span { border-color: #A7315D; }
span { border-color: rgb(167,49,93); }
td.TdClassName
{
border-color: #A7315D;
}
.TagClassName
{
border-color: #A7315D;
}
</style>