Shades of Vin Rouge #A25B64
Tints of Vin Rouge #A25B64
RGB
CMYK
RGB Variations
Color information
#A25B64 (or 0xA25B64) is known color: Vin Rouge. HEX triplet: A2, 5B and 64. RGB value is (162,91,100). Sum of RGB (Red+Green+Blue) = 162+91+100=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B64 is #5DA49B. Grayscale: #717171. Windows color (decimal): -6136988 or 6577058. OLE color: 6577058.
HSL color Cylindrical-coordinate representation of color #A25B64: hue angle of 352.39º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25B64 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 100 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.36 |
| HSL | 352.39º | 0.28% | 0.5% | - |
| HSV(B) | 352.39º | 0.44% | 0.64% | - |
| XYZ | 20.94 | 16.08 | 14.06 | - |
| YUV | 113.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 100 | 0 | 0.44 | 0.38 | 0.36 | 352.39 | 0.28 | 0.5 |
| Hex | A2 | 5B | 64 | 0 | 2C | 26 | 24 | 160 | 1C | 32 |
| Octal | 242 | 133 | 144 | 0 | 54 | 46 | 44 | 540 | 34 | 62 |
| Binary | 10100010 | 1011011 | 1100100 | 0 | 101100 | 100110 | 100100 | 101100000 | 11100 | 110010 |
Color Harmonies of #A25B64
Complementary color
Monochromatic Colors of #A25B64
Black with #A25B64
Text Example
Text Example
White with #A25B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B64; }
p { color: rgb(162,91,100); }
H1.HeaderClassName
{
color: #A25B64;
}
.AnyTagClassName
{
color: #A25B64;
}
</style>
background-color css
<style>
a { background-color: #A25B64; }
a { background-color: rgb(162,91,100); }
div.DivClassName
{
background-color: #A25B64;
}
.BgClassName
{
background-color: #A25B64;
}
</style>
border-color css
<style>
span { border-color: #A25B64; }
span { border-color: rgb(162,91,100); }
td.TdClassName
{
border-color: #A25B64;
}
.TagClassName
{
border-color: #A25B64;
}
</style>