Shades of Vin Rouge #A25E65
Tints of Vin Rouge #A25E65
RGB
CMYK
RGB Variations
Color information
#A25E65 (or 0xA25E65) is known color: Vin Rouge. HEX triplet: A2, 5E and 65. RGB value is (162,94,101). Sum of RGB (Red+Green+Blue) = 162+94+101=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E65 is #5DA19A. Grayscale: #737373. Windows color (decimal): -6136219 or 6643362. OLE color: 6643362.
HSL color Cylindrical-coordinate representation of color #A25E65: hue angle of 353.82º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A25E65 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 101 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.36 |
| HSL | 353.82º | 0.27% | 0.5% | - |
| HSV(B) | 353.82º | 0.42% | 0.64% | - |
| XYZ | 21.25 | 16.63 | 14.4 | - |
| YUV | 115.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 101 | 0 | 0.42 | 0.38 | 0.36 | 353.82 | 0.27 | 0.5 |
| Hex | A2 | 5E | 65 | 0 | 2A | 26 | 24 | 162 | 1B | 32 |
| Octal | 242 | 136 | 145 | 0 | 52 | 46 | 44 | 542 | 33 | 62 |
| Binary | 10100010 | 1011110 | 1100101 | 0 | 101010 | 100110 | 100100 | 101100010 | 11011 | 110010 |
Color Harmonies of #A25E65
Complementary color
Monochromatic Colors of #A25E65
Black with #A25E65
Text Example
Text Example
White with #A25E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E65; }
p { color: rgb(162,94,101); }
H1.HeaderClassName
{
color: #A25E65;
}
.AnyTagClassName
{
color: #A25E65;
}
</style>
background-color css
<style>
a { background-color: #A25E65; }
a { background-color: rgb(162,94,101); }
div.DivClassName
{
background-color: #A25E65;
}
.BgClassName
{
background-color: #A25E65;
}
</style>
border-color css
<style>
span { border-color: #A25E65; }
span { border-color: rgb(162,94,101); }
td.TdClassName
{
border-color: #A25E65;
}
.TagClassName
{
border-color: #A25E65;
}
</style>