Shades of Vin Rouge #A35470
Tints of Vin Rouge #A35470
RGB
CMYK
RGB Variations
Color information
#A35470 (or 0xA35470) is known color: Vin Rouge. HEX triplet: A3, 54 and 70. RGB value is (163,84,112). Sum of RGB (Red+Green+Blue) = 163+84+112=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A35470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35470 is #5CAB8F. Grayscale: #6E6E6E. Windows color (decimal): -6073232 or 7361699. OLE color: 7361699.
HSL color Cylindrical-coordinate representation of color #A35470: hue angle of 338.73º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35470 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 84 | 112 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.36 |
| HSL | 338.73º | 0.32% | 0.48% | - |
| HSV(B) | 338.73º | 0.48% | 0.64% | - |
| XYZ | 21.2 | 15.3 | 17.16 | - |
| YUV | 110.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 84 | 112 | 0 | 0.48 | 0.31 | 0.36 | 338.73 | 0.32 | 0.48 |
| Hex | A3 | 54 | 70 | 0 | 30 | 1F | 24 | 153 | 20 | 30 |
| Octal | 243 | 124 | 160 | 0 | 60 | 37 | 44 | 523 | 40 | 60 |
| Binary | 10100011 | 1010100 | 1110000 | 0 | 110000 | 11111 | 100100 | 101010011 | 100000 | 110000 |
Color Harmonies of #A35470
Complementary color
Monochromatic Colors of #A35470
Black with #A35470
Text Example
Text Example
White with #A35470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35470; }
p { color: rgb(163,84,112); }
H1.HeaderClassName
{
color: #A35470;
}
.AnyTagClassName
{
color: #A35470;
}
</style>
background-color css
<style>
a { background-color: #A35470; }
a { background-color: rgb(163,84,112); }
div.DivClassName
{
background-color: #A35470;
}
.BgClassName
{
background-color: #A35470;
}
</style>
border-color css
<style>
span { border-color: #A35470; }
span { border-color: rgb(163,84,112); }
td.TdClassName
{
border-color: #A35470;
}
.TagClassName
{
border-color: #A35470;
}
</style>