Shades of Vin Rouge #A05265
Tints of Vin Rouge #A05265
RGB
CMYK
RGB Variations
Color information
#A05265 (or 0xA05265) is known color: Vin Rouge. HEX triplet: A0, 52 and 65. RGB value is (160,82,101). Sum of RGB (Red+Green+Blue) = 160+82+101=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A05265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05265 is #5FAD9A. Grayscale: #6B6B6B. Windows color (decimal): -6270363 or 6640288. OLE color: 6640288.
HSL color Cylindrical-coordinate representation of color #A05265: hue angle of 345.38º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05265 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 101 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.37 |
| HSL | 345.38º | 0.32% | 0.47% | - |
| HSV(B) | 345.38º | 0.49% | 0.63% | - |
| XYZ | 19.86 | 14.45 | 14.05 | - |
| YUV | 107.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 101 | 0 | 0.49 | 0.37 | 0.37 | 345.38 | 0.32 | 0.47 |
| Hex | A0 | 52 | 65 | 0 | 31 | 25 | 25 | 159 | 20 | 2F |
| Octal | 240 | 122 | 145 | 0 | 61 | 45 | 45 | 531 | 40 | 57 |
| Binary | 10100000 | 1010010 | 1100101 | 0 | 110001 | 100101 | 100101 | 101011001 | 100000 | 101111 |
Color Harmonies of #A05265
Complementary color
Monochromatic Colors of #A05265
Black with #A05265
Text Example
Text Example
White with #A05265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05265; }
p { color: rgb(160,82,101); }
H1.HeaderClassName
{
color: #A05265;
}
.AnyTagClassName
{
color: #A05265;
}
</style>
background-color css
<style>
a { background-color: #A05265; }
a { background-color: rgb(160,82,101); }
div.DivClassName
{
background-color: #A05265;
}
.BgClassName
{
background-color: #A05265;
}
</style>
border-color css
<style>
span { border-color: #A05265; }
span { border-color: rgb(160,82,101); }
td.TdClassName
{
border-color: #A05265;
}
.TagClassName
{
border-color: #A05265;
}
</style>