Shades of Rouge #A7375D
Tints of Rouge #A7375D
RGB
CMYK
RGB Variations
Color information
#A7375D (or 0xA7375D) is known color: Rouge. HEX triplet: A7, 37 and 5D. RGB value is (167,55,93). Sum of RGB (Red+Green+Blue) = 167+55+93=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A7375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7375D is #58C8A2. Grayscale: #5C5C5C. Windows color (decimal): -5818531 or 6109095. OLE color: 6109095.
HSL color Cylindrical-coordinate representation of color #A7375D: hue angle of 339.64º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A7375D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 55 | 93 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.35 |
| HSL | 339.64º | 0.5% | 0.44% | - |
| HSV(B) | 339.64º | 0.67% | 0.65% | - |
| XYZ | 19.28 | 11.74 | 11.61 | - |
| YUV | 92.82 | 128.11 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 93 | 0 | 0.67 | 0.44 | 0.35 | 339.64 | 0.5 | 0.44 |
| Hex | A7 | 37 | 5D | 0 | 43 | 2C | 23 | 154 | 32 | 2C |
| Octal | 247 | 67 | 135 | 0 | 103 | 54 | 43 | 524 | 62 | 54 |
| Binary | 10100111 | 110111 | 1011101 | 0 | 1000011 | 101100 | 100011 | 101010100 | 110010 | 101100 |
Color Harmonies of #A7375D
Complementary color
Monochromatic Colors of #A7375D
Black with #A7375D
Text Example
Text Example
White with #A7375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7375D; }
p { color: rgb(167,55,93); }
H1.HeaderClassName
{
color: #A7375D;
}
.AnyTagClassName
{
color: #A7375D;
}
</style>
background-color css
<style>
a { background-color: #A7375D; }
a { background-color: rgb(167,55,93); }
div.DivClassName
{
background-color: #A7375D;
}
.BgClassName
{
background-color: #A7375D;
}
</style>
border-color css
<style>
span { border-color: #A7375D; }
span { border-color: rgb(167,55,93); }
td.TdClassName
{
border-color: #A7375D;
}
.TagClassName
{
border-color: #A7375D;
}
</style>