Shades of Rouge #A4316D
Tints of Rouge #A4316D
RGB
CMYK
RGB Variations
Color information
#A4316D (or 0xA4316D) is known color: Rouge. HEX triplet: A4, 31 and 6D. RGB value is (164,49,109). Sum of RGB (Red+Green+Blue) = 164+49+109=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4316D is #5BCE92. Grayscale: #5A5A5A. Windows color (decimal): -6016659 or 7156132. OLE color: 7156132.
HSL color Cylindrical-coordinate representation of color #A4316D: hue angle of 328.7º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4316D is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 49 | 109 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.36 |
| HSL | 328.7º | 0.54% | 0.42% | - |
| HSV(B) | 328.7º | 0.7% | 0.64% | - |
| XYZ | 19.17 | 11.19 | 15.62 | - |
| YUV | 90.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 109 | 0 | 0.70 | 0.34 | 0.36 | 328.7 | 0.54 | 0.42 |
| Hex | A4 | 31 | 6D | 0 | 46 | 22 | 24 | 149 | 36 | 2A |
| Octal | 244 | 61 | 155 | 0 | 106 | 42 | 44 | 511 | 66 | 52 |
| Binary | 10100100 | 110001 | 1101101 | 0 | 1000110 | 100010 | 100100 | 101001001 | 110110 | 101010 |
Color Harmonies of #A4316D
Complementary color
Monochromatic Colors of #A4316D
Black with #A4316D
Text Example
Text Example
White with #A4316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4316D; }
p { color: rgb(164,49,109); }
H1.HeaderClassName
{
color: #A4316D;
}
.AnyTagClassName
{
color: #A4316D;
}
</style>
background-color css
<style>
a { background-color: #A4316D; }
a { background-color: rgb(164,49,109); }
div.DivClassName
{
background-color: #A4316D;
}
.BgClassName
{
background-color: #A4316D;
}
</style>
border-color css
<style>
span { border-color: #A4316D; }
span { border-color: rgb(164,49,109); }
td.TdClassName
{
border-color: #A4316D;
}
.TagClassName
{
border-color: #A4316D;
}
</style>