Shades of Vin Rouge #A25565
Tints of Vin Rouge #A25565
RGB
CMYK
RGB Variations
Color information
#A25565 (or 0xA25565) is known color: Vin Rouge. HEX triplet: A2, 55 and 65. RGB value is (162,85,101). Sum of RGB (Red+Green+Blue) = 162+85+101=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A25565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25565 is #5DAA9A. Grayscale: #6D6D6D. Windows color (decimal): -6138523 or 6641058. OLE color: 6641058.
HSL color Cylindrical-coordinate representation of color #A25565: hue angle of 347.53º 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 #A25565 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 85 | 101 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.36 |
| HSL | 347.53º | 0.31% | 0.48% | - |
| HSV(B) | 347.53º | 0.48% | 0.64% | - |
| XYZ | 20.5 | 15.12 | 14.15 | - |
| YUV | 109.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 101 | 0 | 0.48 | 0.38 | 0.36 | 347.53 | 0.31 | 0.48 |
| Hex | A2 | 55 | 65 | 0 | 30 | 26 | 24 | 15C | 1F | 30 |
| Octal | 242 | 125 | 145 | 0 | 60 | 46 | 44 | 534 | 37 | 60 |
| Binary | 10100010 | 1010101 | 1100101 | 0 | 110000 | 100110 | 100100 | 101011100 | 11111 | 110000 |
Color Harmonies of #A25565
Complementary color
Monochromatic Colors of #A25565
Black with #A25565
Text Example
Text Example
White with #A25565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25565; }
p { color: rgb(162,85,101); }
H1.HeaderClassName
{
color: #A25565;
}
.AnyTagClassName
{
color: #A25565;
}
</style>
background-color css
<style>
a { background-color: #A25565; }
a { background-color: rgb(162,85,101); }
div.DivClassName
{
background-color: #A25565;
}
.BgClassName
{
background-color: #A25565;
}
</style>
border-color css
<style>
span { border-color: #A25565; }
span { border-color: rgb(162,85,101); }
td.TdClassName
{
border-color: #A25565;
}
.TagClassName
{
border-color: #A25565;
}
</style>