Shades of Vin Rouge #A4546C
Tints of Vin Rouge #A4546C
RGB
CMYK
RGB Variations
Color information
#A4546C (or 0xA4546C) is known color: Vin Rouge. HEX triplet: A4, 54 and 6C. RGB value is (164,84,108). Sum of RGB (Red+Green+Blue) = 164+84+108=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4546C is #5BAB93. Grayscale: #6E6E6E. Windows color (decimal): -6007700 or 7099556. OLE color: 7099556.
HSL color Cylindrical-coordinate representation of color #A4546C: hue angle of 342º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4546C is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 108 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.36 |
| HSL | 342º | 0.32% | 0.49% | - |
| HSV(B) | 342º | 0.49% | 0.64% | - |
| XYZ | 21.19 | 15.32 | 16.03 | - |
| YUV | 110.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 108 | 0 | 0.49 | 0.34 | 0.36 | 342 | 0.32 | 0.49 |
| Hex | A4 | 54 | 6C | 0 | 31 | 22 | 24 | 156 | 20 | 31 |
| Octal | 244 | 124 | 154 | 0 | 61 | 42 | 44 | 526 | 40 | 61 |
| Binary | 10100100 | 1010100 | 1101100 | 0 | 110001 | 100010 | 100100 | 101010110 | 100000 | 110001 |
Color Harmonies of #A4546C
Complementary color
Monochromatic Colors of #A4546C
Black with #A4546C
Text Example
Text Example
White with #A4546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4546C; }
p { color: rgb(164,84,108); }
H1.HeaderClassName
{
color: #A4546C;
}
.AnyTagClassName
{
color: #A4546C;
}
</style>
background-color css
<style>
a { background-color: #A4546C; }
a { background-color: rgb(164,84,108); }
div.DivClassName
{
background-color: #A4546C;
}
.BgClassName
{
background-color: #A4546C;
}
</style>
border-color css
<style>
span { border-color: #A4546C; }
span { border-color: rgb(164,84,108); }
td.TdClassName
{
border-color: #A4546C;
}
.TagClassName
{
border-color: #A4546C;
}
</style>