Shades of Vin Rouge #A4546B
Tints of Vin Rouge #A4546B
RGB
CMYK
RGB Variations
Color information
#A4546B (or 0xA4546B) is known color: Vin Rouge. HEX triplet: A4, 54 and 6B. RGB value is (164,84,107). Sum of RGB (Red+Green+Blue) = 164+84+107=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4546B is #5BAB94. Grayscale: #6E6E6E. Windows color (decimal): -6007701 or 7034020. OLE color: 7034020.
HSL color Cylindrical-coordinate representation of color #A4546B: hue angle of 342.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4546B is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 107 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.36 |
| HSL | 342.75º | 0.32% | 0.49% | - |
| HSV(B) | 342.75º | 0.49% | 0.64% | - |
| XYZ | 21.13 | 15.29 | 15.75 | - |
| YUV | 110.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 107 | 0 | 0.49 | 0.35 | 0.36 | 342.75 | 0.32 | 0.49 |
| Hex | A4 | 54 | 6B | 0 | 31 | 23 | 24 | 157 | 20 | 31 |
| Octal | 244 | 124 | 153 | 0 | 61 | 43 | 44 | 527 | 40 | 61 |
| Binary | 10100100 | 1010100 | 1101011 | 0 | 110001 | 100011 | 100100 | 101010111 | 100000 | 110001 |
Color Harmonies of #A4546B
Complementary color
Monochromatic Colors of #A4546B
Black with #A4546B
Text Example
Text Example
White with #A4546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4546B; }
p { color: rgb(164,84,107); }
H1.HeaderClassName
{
color: #A4546B;
}
.AnyTagClassName
{
color: #A4546B;
}
</style>
background-color css
<style>
a { background-color: #A4546B; }
a { background-color: rgb(164,84,107); }
div.DivClassName
{
background-color: #A4546B;
}
.BgClassName
{
background-color: #A4546B;
}
</style>
border-color css
<style>
span { border-color: #A4546B; }
span { border-color: rgb(164,84,107); }
td.TdClassName
{
border-color: #A4546B;
}
.TagClassName
{
border-color: #A4546B;
}
</style>