Shades of Vin Rouge #A25962
Tints of Vin Rouge #A25962
RGB
CMYK
RGB Variations
Color information
#A25962 (or 0xA25962) is known color: Vin Rouge. HEX triplet: A2, 59 and 62. RGB value is (162,89,98). Sum of RGB (Red+Green+Blue) = 162+89+98=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A25962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25962 is #5DA69D. Grayscale: #6F6F6F. Windows color (decimal): -6137502 or 6445474. OLE color: 6445474.
HSL color Cylindrical-coordinate representation of color #A25962: hue angle of 352.6º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A25962 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 98 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.36 |
| HSL | 352.6º | 0.29% | 0.49% | - |
| HSV(B) | 352.6º | 0.45% | 0.64% | - |
| XYZ | 20.68 | 15.71 | 13.5 | - |
| YUV | 111.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 98 | 0 | 0.45 | 0.40 | 0.36 | 352.6 | 0.29 | 0.49 |
| Hex | A2 | 59 | 62 | 0 | 2D | 28 | 24 | 161 | 1D | 31 |
| Octal | 242 | 131 | 142 | 0 | 55 | 50 | 44 | 541 | 35 | 61 |
| Binary | 10100010 | 1011001 | 1100010 | 0 | 101101 | 101000 | 100100 | 101100001 | 11101 | 110001 |
Color Harmonies of #A25962
Complementary color
Monochromatic Colors of #A25962
Black with #A25962
Text Example
Text Example
White with #A25962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25962; }
p { color: rgb(162,89,98); }
H1.HeaderClassName
{
color: #A25962;
}
.AnyTagClassName
{
color: #A25962;
}
</style>
background-color css
<style>
a { background-color: #A25962; }
a { background-color: rgb(162,89,98); }
div.DivClassName
{
background-color: #A25962;
}
.BgClassName
{
background-color: #A25962;
}
</style>
border-color css
<style>
span { border-color: #A25962; }
span { border-color: rgb(162,89,98); }
td.TdClassName
{
border-color: #A25962;
}
.TagClassName
{
border-color: #A25962;
}
</style>