Shades of Vin Rouge #A5536C
Tints of Vin Rouge #A5536C
RGB
CMYK
RGB Variations
Color information
#A5536C (or 0xA5536C) is known color: Vin Rouge. HEX triplet: A5, 53 and 6C. RGB value is (165,83,108). Sum of RGB (Red+Green+Blue) = 165+83+108=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5536C is #5AAC93. Grayscale: #6E6E6E. Windows color (decimal): -5942420 or 7099301. OLE color: 7099301.
HSL color Cylindrical-coordinate representation of color #A5536C: hue angle of 341.71º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5536C is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 83 | 108 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.35 |
| HSL | 341.71º | 0.33% | 0.49% | - |
| HSV(B) | 341.71º | 0.5% | 0.65% | - |
| XYZ | 21.32 | 15.27 | 16.01 | - |
| YUV | 110.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 83 | 108 | 0 | 0.50 | 0.35 | 0.35 | 341.71 | 0.33 | 0.49 |
| Hex | A5 | 53 | 6C | 0 | 32 | 23 | 23 | 156 | 21 | 31 |
| Octal | 245 | 123 | 154 | 0 | 62 | 43 | 43 | 526 | 41 | 61 |
| Binary | 10100101 | 1010011 | 1101100 | 0 | 110010 | 100011 | 100011 | 101010110 | 100001 | 110001 |
Color Harmonies of #A5536C
Complementary color
Monochromatic Colors of #A5536C
Black with #A5536C
Text Example
Text Example
White with #A5536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5536C; }
p { color: rgb(165,83,108); }
H1.HeaderClassName
{
color: #A5536C;
}
.AnyTagClassName
{
color: #A5536C;
}
</style>
background-color css
<style>
a { background-color: #A5536C; }
a { background-color: rgb(165,83,108); }
div.DivClassName
{
background-color: #A5536C;
}
.BgClassName
{
background-color: #A5536C;
}
</style>
border-color css
<style>
span { border-color: #A5536C; }
span { border-color: rgb(165,83,108); }
td.TdClassName
{
border-color: #A5536C;
}
.TagClassName
{
border-color: #A5536C;
}
</style>