Shades of Vin Rouge #A4516C
Tints of Vin Rouge #A4516C
RGB
CMYK
RGB Variations
Color information
#A4516C (or 0xA4516C) is known color: Vin Rouge. HEX triplet: A4, 51 and 6C. RGB value is (164,81,108). Sum of RGB (Red+Green+Blue) = 164+81+108=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A4516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4516C is #5BAE93. Grayscale: #6C6C6C. Windows color (decimal): -6008468 or 7098788. OLE color: 7098788.
HSL color Cylindrical-coordinate representation of color #A4516C: hue angle of 340.48º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4516C is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 108 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.36 |
| HSL | 340.48º | 0.34% | 0.48% | - |
| HSV(B) | 340.48º | 0.51% | 0.64% | - |
| XYZ | 20.96 | 14.86 | 15.95 | - |
| YUV | 108.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 108 | 0 | 0.51 | 0.34 | 0.36 | 340.48 | 0.34 | 0.48 |
| Hex | A4 | 51 | 6C | 0 | 33 | 22 | 24 | 154 | 22 | 30 |
| Octal | 244 | 121 | 154 | 0 | 63 | 42 | 44 | 524 | 42 | 60 |
| Binary | 10100100 | 1010001 | 1101100 | 0 | 110011 | 100010 | 100100 | 101010100 | 100010 | 110000 |
Color Harmonies of #A4516C
Complementary color
Monochromatic Colors of #A4516C
Black with #A4516C
Text Example
Text Example
White with #A4516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4516C; }
p { color: rgb(164,81,108); }
H1.HeaderClassName
{
color: #A4516C;
}
.AnyTagClassName
{
color: #A4516C;
}
</style>
background-color css
<style>
a { background-color: #A4516C; }
a { background-color: rgb(164,81,108); }
div.DivClassName
{
background-color: #A4516C;
}
.BgClassName
{
background-color: #A4516C;
}
</style>
border-color css
<style>
span { border-color: #A4516C; }
span { border-color: rgb(164,81,108); }
td.TdClassName
{
border-color: #A4516C;
}
.TagClassName
{
border-color: #A4516C;
}
</style>