Shades of Vin Rouge #A25570
Tints of Vin Rouge #A25570
RGB
CMYK
RGB Variations
Color information
#A25570 (or 0xA25570) is known color: Vin Rouge. HEX triplet: A2, 55 and 70. RGB value is (162,85,112). Sum of RGB (Red+Green+Blue) = 162+85+112=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A25570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25570 is #5DAA8F. Grayscale: #6F6F6F. Windows color (decimal): -6138512 or 7361954. OLE color: 7361954.
HSL color Cylindrical-coordinate representation of color #A25570: hue angle of 338.96º degrees, saturation: 0.31, 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 #A25570 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 85 | 112 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.36 |
| HSL | 338.96º | 0.31% | 0.48% | - |
| HSV(B) | 338.96º | 0.48% | 0.64% | - |
| XYZ | 21.07 | 15.35 | 17.18 | - |
| YUV | 111.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 112 | 0 | 0.48 | 0.31 | 0.36 | 338.96 | 0.31 | 0.48 |
| Hex | A2 | 55 | 70 | 0 | 30 | 1F | 24 | 153 | 1F | 30 |
| Octal | 242 | 125 | 160 | 0 | 60 | 37 | 44 | 523 | 37 | 60 |
| Binary | 10100010 | 1010101 | 1110000 | 0 | 110000 | 11111 | 100100 | 101010011 | 11111 | 110000 |
Color Harmonies of #A25570
Complementary color
Monochromatic Colors of #A25570
Black with #A25570
Text Example
Text Example
White with #A25570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25570; }
p { color: rgb(162,85,112); }
H1.HeaderClassName
{
color: #A25570;
}
.AnyTagClassName
{
color: #A25570;
}
</style>
background-color css
<style>
a { background-color: #A25570; }
a { background-color: rgb(162,85,112); }
div.DivClassName
{
background-color: #A25570;
}
.BgClassName
{
background-color: #A25570;
}
</style>
border-color css
<style>
span { border-color: #A25570; }
span { border-color: rgb(162,85,112); }
td.TdClassName
{
border-color: #A25570;
}
.TagClassName
{
border-color: #A25570;
}
</style>