Shades of Rouge #A7385E
Tints of Rouge #A7385E
RGB
CMYK
RGB Variations
Color information
#A7385E (or 0xA7385E) is known color: Rouge. HEX triplet: A7, 38 and 5E. RGB value is (167,56,94). Sum of RGB (Red+Green+Blue) = 167+56+94=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A7385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7385E is #58C7A1. Grayscale: #5D5D5D. Windows color (decimal): -5818274 or 6174887. OLE color: 6174887.
HSL color Cylindrical-coordinate representation of color #A7385E: hue angle of 339.46º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7385E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 56 | 94 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.35 |
| HSL | 339.46º | 0.5% | 0.44% | - |
| HSV(B) | 339.46º | 0.66% | 0.65% | - |
| XYZ | 19.37 | 11.85 | 11.86 | - |
| YUV | 93.52 | 128.27 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 56 | 94 | 0 | 0.66 | 0.44 | 0.35 | 339.46 | 0.5 | 0.44 |
| Hex | A7 | 38 | 5E | 0 | 42 | 2C | 23 | 153 | 32 | 2C |
| Octal | 247 | 70 | 136 | 0 | 102 | 54 | 43 | 523 | 62 | 54 |
| Binary | 10100111 | 111000 | 1011110 | 0 | 1000010 | 101100 | 100011 | 101010011 | 110010 | 101100 |
Color Harmonies of #A7385E
Complementary color
Monochromatic Colors of #A7385E
Black with #A7385E
Text Example
Text Example
White with #A7385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7385E; }
p { color: rgb(167,56,94); }
H1.HeaderClassName
{
color: #A7385E;
}
.AnyTagClassName
{
color: #A7385E;
}
</style>
background-color css
<style>
a { background-color: #A7385E; }
a { background-color: rgb(167,56,94); }
div.DivClassName
{
background-color: #A7385E;
}
.BgClassName
{
background-color: #A7385E;
}
</style>
border-color css
<style>
span { border-color: #A7385E; }
span { border-color: rgb(167,56,94); }
td.TdClassName
{
border-color: #A7385E;
}
.TagClassName
{
border-color: #A7385E;
}
</style>