Shades of Vin Rouge #A0526B
Tints of Vin Rouge #A0526B
RGB
CMYK
RGB Variations
Color information
#A0526B (or 0xA0526B) is known color: Vin Rouge. HEX triplet: A0, 52 and 6B. RGB value is (160,82,107). Sum of RGB (Red+Green+Blue) = 160+82+107=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0526B is #5FAD94. Grayscale: #6C6C6C. Windows color (decimal): -6270357 or 7033504. OLE color: 7033504.
HSL color Cylindrical-coordinate representation of color #A0526B: hue angle of 340.77º 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 #A0526B is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 107 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.37 |
| HSL | 340.77º | 0.32% | 0.47% | - |
| HSV(B) | 340.77º | 0.49% | 0.63% | - |
| XYZ | 20.17 | 14.57 | 15.66 | - |
| YUV | 108.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 107 | 0 | 0.49 | 0.33 | 0.37 | 340.77 | 0.32 | 0.47 |
| Hex | A0 | 52 | 6B | 0 | 31 | 21 | 25 | 155 | 20 | 2F |
| Octal | 240 | 122 | 153 | 0 | 61 | 41 | 45 | 525 | 40 | 57 |
| Binary | 10100000 | 1010010 | 1101011 | 0 | 110001 | 100001 | 100101 | 101010101 | 100000 | 101111 |
Color Harmonies of #A0526B
Complementary color
Monochromatic Colors of #A0526B
Black with #A0526B
Text Example
Text Example
White with #A0526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0526B; }
p { color: rgb(160,82,107); }
H1.HeaderClassName
{
color: #A0526B;
}
.AnyTagClassName
{
color: #A0526B;
}
</style>
background-color css
<style>
a { background-color: #A0526B; }
a { background-color: rgb(160,82,107); }
div.DivClassName
{
background-color: #A0526B;
}
.BgClassName
{
background-color: #A0526B;
}
</style>
border-color css
<style>
span { border-color: #A0526B; }
span { border-color: rgb(160,82,107); }
td.TdClassName
{
border-color: #A0526B;
}
.TagClassName
{
border-color: #A0526B;
}
</style>