Shades of Rouge #A7315B
Tints of Rouge #A7315B
RGB
CMYK
RGB Variations
Color information
#A7315B (or 0xA7315B) is known color: Rouge. HEX triplet: A7, 31 and 5B. RGB value is (167,49,91). Sum of RGB (Red+Green+Blue) = 167+49+91=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A7315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7315B is #58CEA4. Grayscale: #595959. Windows color (decimal): -5820069 or 5976487. OLE color: 5976487.
HSL color Cylindrical-coordinate representation of color #A7315B: hue angle of 338.64º 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 #A7315B is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 49 | 91 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.35 |
| HSL | 338.64º | 0.55% | 0.42% | - |
| HSV(B) | 338.64º | 0.71% | 0.65% | - |
| XYZ | 18.92 | 11.17 | 11.06 | - |
| YUV | 89.07 | 129.09 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 91 | 0 | 0.71 | 0.46 | 0.35 | 338.64 | 0.55 | 0.42 |
| Hex | A7 | 31 | 5B | 0 | 47 | 2E | 23 | 153 | 37 | 2A |
| Octal | 247 | 61 | 133 | 0 | 107 | 56 | 43 | 523 | 67 | 52 |
| Binary | 10100111 | 110001 | 1011011 | 0 | 1000111 | 101110 | 100011 | 101010011 | 110111 | 101010 |
Color Harmonies of #A7315B
Complementary color
Monochromatic Colors of #A7315B
Black with #A7315B
Text Example
Text Example
White with #A7315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7315B; }
p { color: rgb(167,49,91); }
H1.HeaderClassName
{
color: #A7315B;
}
.AnyTagClassName
{
color: #A7315B;
}
</style>
background-color css
<style>
a { background-color: #A7315B; }
a { background-color: rgb(167,49,91); }
div.DivClassName
{
background-color: #A7315B;
}
.BgClassName
{
background-color: #A7315B;
}
</style>
border-color css
<style>
span { border-color: #A7315B; }
span { border-color: rgb(167,49,91); }
td.TdClassName
{
border-color: #A7315B;
}
.TagClassName
{
border-color: #A7315B;
}
</style>