Shades of Vin Rouge #A4536E
Tints of Vin Rouge #A4536E
RGB
CMYK
RGB Variations
Color information
#A4536E (or 0xA4536E) is known color: Vin Rouge. HEX triplet: A4, 53 and 6E. RGB value is (164,83,110). Sum of RGB (Red+Green+Blue) = 164+83+110=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4536E is #5BAC91. Grayscale: #6E6E6E. Windows color (decimal): -6007954 or 7230372. OLE color: 7230372.
HSL color Cylindrical-coordinate representation of color #A4536E: hue angle of 340º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4536E is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 83 | 110 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.36 |
| HSL | 340º | 0.33% | 0.48% | - |
| HSV(B) | 340º | 0.49% | 0.64% | - |
| XYZ | 21.22 | 15.2 | 16.57 | - |
| YUV | 110.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 110 | 0 | 0.49 | 0.33 | 0.36 | 340 | 0.33 | 0.48 |
| Hex | A4 | 53 | 6E | 0 | 31 | 21 | 24 | 154 | 21 | 30 |
| Octal | 244 | 123 | 156 | 0 | 61 | 41 | 44 | 524 | 41 | 60 |
| Binary | 10100100 | 1010011 | 1101110 | 0 | 110001 | 100001 | 100100 | 101010100 | 100001 | 110000 |
Color Harmonies of #A4536E
Complementary color
Monochromatic Colors of #A4536E
Black with #A4536E
Text Example
Text Example
White with #A4536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4536E; }
p { color: rgb(164,83,110); }
H1.HeaderClassName
{
color: #A4536E;
}
.AnyTagClassName
{
color: #A4536E;
}
</style>
background-color css
<style>
a { background-color: #A4536E; }
a { background-color: rgb(164,83,110); }
div.DivClassName
{
background-color: #A4536E;
}
.BgClassName
{
background-color: #A4536E;
}
</style>
border-color css
<style>
span { border-color: #A4536E; }
span { border-color: rgb(164,83,110); }
td.TdClassName
{
border-color: #A4536E;
}
.TagClassName
{
border-color: #A4536E;
}
</style>