Shades of Vin Rouge #A25165
Tints of Vin Rouge #A25165
RGB
CMYK
RGB Variations
Color information
#A25165 (or 0xA25165) is known color: Vin Rouge. HEX triplet: A2, 51 and 65. RGB value is (162,81,101). Sum of RGB (Red+Green+Blue) = 162+81+101=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A25165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25165 is #5DAE9A. Grayscale: #6B6B6B. Windows color (decimal): -6139547 or 6640034. OLE color: 6640034.
HSL color Cylindrical-coordinate representation of color #A25165: hue angle of 345.19º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25165 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 81 | 101 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.36 |
| HSL | 345.19º | 0.33% | 0.48% | - |
| HSV(B) | 345.19º | 0.5% | 0.64% | - |
| XYZ | 20.19 | 14.51 | 14.05 | - |
| YUV | 107.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 101 | 0 | 0.50 | 0.38 | 0.36 | 345.19 | 0.33 | 0.48 |
| Hex | A2 | 51 | 65 | 0 | 32 | 26 | 24 | 159 | 21 | 30 |
| Octal | 242 | 121 | 145 | 0 | 62 | 46 | 44 | 531 | 41 | 60 |
| Binary | 10100010 | 1010001 | 1100101 | 0 | 110010 | 100110 | 100100 | 101011001 | 100001 | 110000 |
Color Harmonies of #A25165
Complementary color
Monochromatic Colors of #A25165
Black with #A25165
Text Example
Text Example
White with #A25165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25165; }
p { color: rgb(162,81,101); }
H1.HeaderClassName
{
color: #A25165;
}
.AnyTagClassName
{
color: #A25165;
}
</style>
background-color css
<style>
a { background-color: #A25165; }
a { background-color: rgb(162,81,101); }
div.DivClassName
{
background-color: #A25165;
}
.BgClassName
{
background-color: #A25165;
}
</style>
border-color css
<style>
span { border-color: #A25165; }
span { border-color: rgb(162,81,101); }
td.TdClassName
{
border-color: #A25165;
}
.TagClassName
{
border-color: #A25165;
}
</style>