Shades of Vin Rouge #A5576E
Tints of Vin Rouge #A5576E
RGB
CMYK
RGB Variations
Color information
#A5576E (or 0xA5576E) is known color: Vin Rouge. HEX triplet: A5, 57 and 6E. RGB value is (165,87,110). Sum of RGB (Red+Green+Blue) = 165+87+110=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5576E is #5AA891. Grayscale: #707070. Windows color (decimal): -5941394 or 7231397. OLE color: 7231397.
HSL color Cylindrical-coordinate representation of color #A5576E: hue angle of 342.31º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5576E is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 87 | 110 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.35 |
| HSL | 342.31º | 0.31% | 0.49% | - |
| HSV(B) | 342.31º | 0.47% | 0.65% | - |
| XYZ | 21.74 | 15.94 | 16.68 | - |
| YUV | 112.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 110 | 0 | 0.47 | 0.33 | 0.35 | 342.31 | 0.31 | 0.49 |
| Hex | A5 | 57 | 6E | 0 | 2F | 21 | 23 | 156 | 1F | 31 |
| Octal | 245 | 127 | 156 | 0 | 57 | 41 | 43 | 526 | 37 | 61 |
| Binary | 10100101 | 1010111 | 1101110 | 0 | 101111 | 100001 | 100011 | 101010110 | 11111 | 110001 |
Color Harmonies of #A5576E
Complementary color
Monochromatic Colors of #A5576E
Black with #A5576E
Text Example
Text Example
White with #A5576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5576E; }
p { color: rgb(165,87,110); }
H1.HeaderClassName
{
color: #A5576E;
}
.AnyTagClassName
{
color: #A5576E;
}
</style>
background-color css
<style>
a { background-color: #A5576E; }
a { background-color: rgb(165,87,110); }
div.DivClassName
{
background-color: #A5576E;
}
.BgClassName
{
background-color: #A5576E;
}
</style>
border-color css
<style>
span { border-color: #A5576E; }
span { border-color: rgb(165,87,110); }
td.TdClassName
{
border-color: #A5576E;
}
.TagClassName
{
border-color: #A5576E;
}
</style>