Shades of Vin Rouge #A3526C
Tints of Vin Rouge #A3526C
RGB
CMYK
RGB Variations
Color information
#A3526C (or 0xA3526C) is known color: Vin Rouge. HEX triplet: A3, 52 and 6C. RGB value is (163,82,108). Sum of RGB (Red+Green+Blue) = 163+82+108=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3526C is #5CAD93. Grayscale: #6D6D6D. Windows color (decimal): -6073748 or 7099043. OLE color: 7099043.
HSL color Cylindrical-coordinate representation of color #A3526C: hue angle of 340.74º 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 #A3526C is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 82 | 108 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.36 |
| HSL | 340.74º | 0.33% | 0.48% | - |
| HSV(B) | 340.74º | 0.5% | 0.64% | - |
| XYZ | 20.83 | 14.9 | 15.97 | - |
| YUV | 109.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 108 | 0 | 0.50 | 0.34 | 0.36 | 340.74 | 0.33 | 0.48 |
| Hex | A3 | 52 | 6C | 0 | 32 | 22 | 24 | 155 | 21 | 30 |
| Octal | 243 | 122 | 154 | 0 | 62 | 42 | 44 | 525 | 41 | 60 |
| Binary | 10100011 | 1010010 | 1101100 | 0 | 110010 | 100010 | 100100 | 101010101 | 100001 | 110000 |
Color Harmonies of #A3526C
Complementary color
Monochromatic Colors of #A3526C
Black with #A3526C
Text Example
Text Example
White with #A3526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3526C; }
p { color: rgb(163,82,108); }
H1.HeaderClassName
{
color: #A3526C;
}
.AnyTagClassName
{
color: #A3526C;
}
</style>
background-color css
<style>
a { background-color: #A3526C; }
a { background-color: rgb(163,82,108); }
div.DivClassName
{
background-color: #A3526C;
}
.BgClassName
{
background-color: #A3526C;
}
</style>
border-color css
<style>
span { border-color: #A3526C; }
span { border-color: rgb(163,82,108); }
td.TdClassName
{
border-color: #A3526C;
}
.TagClassName
{
border-color: #A3526C;
}
</style>