Shades of Rouge #A7376C
Tints of Rouge #A7376C
RGB
CMYK
RGB Variations
Color information
#A7376C (or 0xA7376C) is known color: Rouge. HEX triplet: A7, 37 and 6C. RGB value is (167,55,108). Sum of RGB (Red+Green+Blue) = 167+55+108=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A7376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7376C is #58C893. Grayscale: #5E5E5E. Windows color (decimal): -5818516 or 7092135. OLE color: 7092135.
HSL color Cylindrical-coordinate representation of color #A7376C: hue angle of 331.61º 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 #A7376C is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 55 | 108 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.35 |
| HSL | 331.61º | 0.5% | 0.44% | - |
| HSV(B) | 331.61º | 0.67% | 0.65% | - |
| XYZ | 20.01 | 12.03 | 15.45 | - |
| YUV | 94.53 | 135.61 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 108 | 0 | 0.67 | 0.35 | 0.35 | 331.61 | 0.5 | 0.44 |
| Hex | A7 | 37 | 6C | 0 | 43 | 23 | 23 | 14C | 32 | 2C |
| Octal | 247 | 67 | 154 | 0 | 103 | 43 | 43 | 514 | 62 | 54 |
| Binary | 10100111 | 110111 | 1101100 | 0 | 1000011 | 100011 | 100011 | 101001100 | 110010 | 101100 |
Color Harmonies of #A7376C
Complementary color
Monochromatic Colors of #A7376C
Black with #A7376C
Text Example
Text Example
White with #A7376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7376C; }
p { color: rgb(167,55,108); }
H1.HeaderClassName
{
color: #A7376C;
}
.AnyTagClassName
{
color: #A7376C;
}
</style>
background-color css
<style>
a { background-color: #A7376C; }
a { background-color: rgb(167,55,108); }
div.DivClassName
{
background-color: #A7376C;
}
.BgClassName
{
background-color: #A7376C;
}
</style>
border-color css
<style>
span { border-color: #A7376C; }
span { border-color: rgb(167,55,108); }
td.TdClassName
{
border-color: #A7376C;
}
.TagClassName
{
border-color: #A7376C;
}
</style>