#A25464

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

Shades of Vin Rouge #A25464

Tints of Vin Rouge #A25464

Color information

#A25464 (or 0xA25464) is unknown color: approx Vin Rouge. HEX triplet: A2, 54 and 64. RGB value is (162,84,100). Sum of RGB (Red+Green+Blue) = 162+84+100=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A25464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25464 is #5DAB9B. Grayscale: #6D6D6D. Windows color (decimal): -6138780 or 6575266. OLE color: 6575266.

HSL color Cylindrical-coordinate representation of color #A25464: hue angle of 347.69º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25464 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16284100-
CMYK00.480.380.36
HSL347.69º31.71%48.24%-
HSV(B)347.69º48.15%63.53%-
XYZ20.3714.9413.87-
YUV109.15122.84165.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=46.82%
G=24.28%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628410000.480.380.36347.6931.7148.24
HexA25464030262415c2030
Octal24212414406046445344060
Binary10100010101010011001000110000100110100100101011100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25464; }

 p { color: rgb(162,84,100); }

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

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

 a { background-color: rgb(162,84,100); }

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

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

 span { border-color: rgb(162,84,100); }

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