#A25063

Color #A25063 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #A25063

Tints of Vin Rouge #A25063

Color information

#A25063 (or 0xA25063) is unknown color: approx Vin Rouge. HEX triplet: A2, 50 and 63. RGB value is (162,80,99). Sum of RGB (Red+Green+Blue) = 162+80+99=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A25063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25063 is #5DAF9C. Grayscale: #6A6A6A. Windows color (decimal): -6139805 or 6508706. OLE color: 6508706.

HSL color Cylindrical-coordinate representation of color #A25063: hue angle of 346.1º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25063 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB1628099-
CMYK00.510.390.36
HSL346.1º33.88%47.45%-
HSV(B)346.1º50.62%63.53%-
XYZ20.0214.3213.51-
YUV106.68123.67167.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 99 (39.06% from 255) = 29.03%
R=47.51%
G=23.46%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162809900.510.390.36346.133.8847.45
HexA25063033272415a222f
Octal24212014306347445324257
Binary10100010101000011000110110011100111100100101011010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25063; }

 p { color: rgb(162,80,99); }

 H1.HeaderClassName
 {
   color: #A25063;
 }
 .AnyTagClassName
 {
   color: #A25063;
 }
</style>
background-color css

<style>
 a { background-color: #A25063; }

 a { background-color: rgb(162,80,99); }

 div.DivClassName
 {
   background-color: #A25063;
 }
 .BgClassName
 {
   background-color: #A25063;
 }
</style>
border-color css

<style>
 span { border-color: #A25063; }

 span { border-color: rgb(162,80,99); }

 td.TdClassName
 {
   border-color: #A25063;
 }
 .TagClassName
 {
   border-color: #A25063;
 }
</style>