Shades of Vin Rouge #A25364
Tints of Vin Rouge #A25364
RGB
CMYK
RGB Variations
Color information
#A25364 (or 0xA25364) is known color: Vin Rouge. HEX triplet: A2, 53 and 64. RGB value is (162,83,100). Sum of RGB (Red+Green+Blue) = 162+83+100=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A25364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25364 is #5DAC9B. Grayscale: #6C6C6C. Windows color (decimal): -6139036 or 6575010. OLE color: 6575010.
HSL color Cylindrical-coordinate representation of color #A25364: hue angle of 347.09º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25364 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 83 | 100 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.36 |
| HSL | 347.09º | 0.32% | 0.48% | - |
| HSV(B) | 347.09º | 0.49% | 0.64% | - |
| XYZ | 20.29 | 14.79 | 13.84 | - |
| YUV | 108.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 100 | 0 | 0.49 | 0.38 | 0.36 | 347.09 | 0.32 | 0.48 |
| Hex | A2 | 53 | 64 | 0 | 31 | 26 | 24 | 15B | 20 | 30 |
| Octal | 242 | 123 | 144 | 0 | 61 | 46 | 44 | 533 | 40 | 60 |
| Binary | 10100010 | 1010011 | 1100100 | 0 | 110001 | 100110 | 100100 | 101011011 | 100000 | 110000 |
Color Harmonies of #A25364
Complementary color
Monochromatic Colors of #A25364
Black with #A25364
Text Example
Text Example
White with #A25364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25364; }
p { color: rgb(162,83,100); }
H1.HeaderClassName
{
color: #A25364;
}
.AnyTagClassName
{
color: #A25364;
}
</style>
background-color css
<style>
a { background-color: #A25364; }
a { background-color: rgb(162,83,100); }
div.DivClassName
{
background-color: #A25364;
}
.BgClassName
{
background-color: #A25364;
}
</style>
border-color css
<style>
span { border-color: #A25364; }
span { border-color: rgb(162,83,100); }
td.TdClassName
{
border-color: #A25364;
}
.TagClassName
{
border-color: #A25364;
}
</style>