Shades of Vin Rouge #A0576B
Tints of Vin Rouge #A0576B
RGB
CMYK
RGB Variations
Color information
#A0576B (or 0xA0576B) is known color: Vin Rouge. HEX triplet: A0, 57 and 6B. RGB value is (160,87,107). Sum of RGB (Red+Green+Blue) = 160+87+107=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0576B is #5FA894. Grayscale: #6F6F6F. Windows color (decimal): -6269077 or 7034784. OLE color: 7034784.
HSL color Cylindrical-coordinate representation of color #A0576B: hue angle of 343.56º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0576B is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 87 | 107 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.37 |
| HSL | 343.56º | 0.3% | 0.48% | - |
| HSV(B) | 343.56º | 0.46% | 0.63% | - |
| XYZ | 20.56 | 15.35 | 15.79 | - |
| YUV | 111.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 107 | 0 | 0.46 | 0.33 | 0.37 | 343.56 | 0.3 | 0.48 |
| Hex | A0 | 57 | 6B | 0 | 2E | 21 | 25 | 158 | 1E | 30 |
| Octal | 240 | 127 | 153 | 0 | 56 | 41 | 45 | 530 | 36 | 60 |
| Binary | 10100000 | 1010111 | 1101011 | 0 | 101110 | 100001 | 100101 | 101011000 | 11110 | 110000 |
Color Harmonies of #A0576B
Complementary color
Monochromatic Colors of #A0576B
Black with #A0576B
Text Example
Text Example
White with #A0576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0576B; }
p { color: rgb(160,87,107); }
H1.HeaderClassName
{
color: #A0576B;
}
.AnyTagClassName
{
color: #A0576B;
}
</style>
background-color css
<style>
a { background-color: #A0576B; }
a { background-color: rgb(160,87,107); }
div.DivClassName
{
background-color: #A0576B;
}
.BgClassName
{
background-color: #A0576B;
}
</style>
border-color css
<style>
span { border-color: #A0576B; }
span { border-color: rgb(160,87,107); }
td.TdClassName
{
border-color: #A0576B;
}
.TagClassName
{
border-color: #A0576B;
}
</style>