Shades of Vin Rouge #A25562
Tints of Vin Rouge #A25562
RGB
CMYK
RGB Variations
Color information
#A25562 (or 0xA25562) is known color: Vin Rouge. HEX triplet: A2, 55 and 62. RGB value is (162,85,98). Sum of RGB (Red+Green+Blue) = 162+85+98=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A25562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25562 is #5DAA9D. Grayscale: #6D6D6D. Windows color (decimal): -6138526 or 6444450. OLE color: 6444450.
HSL color Cylindrical-coordinate representation of color #A25562: hue angle of 349.87º 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 #A25562 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 85 | 98 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.36 |
| HSL | 349.87º | 0.31% | 0.48% | - |
| HSV(B) | 349.87º | 0.48% | 0.64% | - |
| XYZ | 20.35 | 15.06 | 13.39 | - |
| YUV | 109.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 98 | 0 | 0.48 | 0.40 | 0.36 | 349.87 | 0.31 | 0.48 |
| Hex | A2 | 55 | 62 | 0 | 30 | 28 | 24 | 15E | 1F | 30 |
| Octal | 242 | 125 | 142 | 0 | 60 | 50 | 44 | 536 | 37 | 60 |
| Binary | 10100010 | 1010101 | 1100010 | 0 | 110000 | 101000 | 100100 | 101011110 | 11111 | 110000 |
Color Harmonies of #A25562
Complementary color
Monochromatic Colors of #A25562
Black with #A25562
Text Example
Text Example
White with #A25562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25562; }
p { color: rgb(162,85,98); }
H1.HeaderClassName
{
color: #A25562;
}
.AnyTagClassName
{
color: #A25562;
}
</style>
background-color css
<style>
a { background-color: #A25562; }
a { background-color: rgb(162,85,98); }
div.DivClassName
{
background-color: #A25562;
}
.BgClassName
{
background-color: #A25562;
}
</style>
border-color css
<style>
span { border-color: #A25562; }
span { border-color: rgb(162,85,98); }
td.TdClassName
{
border-color: #A25562;
}
.TagClassName
{
border-color: #A25562;
}
</style>