Shades of Vin Rouge #A25768
Tints of Vin Rouge #A25768
RGB
CMYK
RGB Variations
Color information
#A25768 (or 0xA25768) is known color: Vin Rouge. HEX triplet: A2, 57 and 68. RGB value is (162,87,104). Sum of RGB (Red+Green+Blue) = 162+87+104=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A25768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25768 is #5DA897. Grayscale: #6F6F6F. Windows color (decimal): -6138008 or 6838178. OLE color: 6838178.
HSL color Cylindrical-coordinate representation of color #A25768: hue angle of 346.4º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25768 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 87 | 104 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.36 |
| HSL | 346.4º | 0.3% | 0.49% | - |
| HSV(B) | 346.4º | 0.46% | 0.64% | - |
| XYZ | 20.81 | 15.5 | 14.99 | - |
| YUV | 111.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 104 | 0 | 0.46 | 0.36 | 0.36 | 346.4 | 0.3 | 0.49 |
| Hex | A2 | 57 | 68 | 0 | 2E | 24 | 24 | 15A | 1E | 31 |
| Octal | 242 | 127 | 150 | 0 | 56 | 44 | 44 | 532 | 36 | 61 |
| Binary | 10100010 | 1010111 | 1101000 | 0 | 101110 | 100100 | 100100 | 101011010 | 11110 | 110001 |
Color Harmonies of #A25768
Complementary color
Monochromatic Colors of #A25768
Black with #A25768
Text Example
Text Example
White with #A25768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25768; }
p { color: rgb(162,87,104); }
H1.HeaderClassName
{
color: #A25768;
}
.AnyTagClassName
{
color: #A25768;
}
</style>
background-color css
<style>
a { background-color: #A25768; }
a { background-color: rgb(162,87,104); }
div.DivClassName
{
background-color: #A25768;
}
.BgClassName
{
background-color: #A25768;
}
</style>
border-color css
<style>
span { border-color: #A25768; }
span { border-color: rgb(162,87,104); }
td.TdClassName
{
border-color: #A25768;
}
.TagClassName
{
border-color: #A25768;
}
</style>