#A25263

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

Shades of Vin Rouge #A25263

Tints of Vin Rouge #A25263

Color information

#A25263 (or 0xA25263) is unknown color: approx Vin Rouge. HEX triplet: A2, 52 and 63. RGB value is (162,82,99). Sum of RGB (Red+Green+Blue) = 162+82+99=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A25263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25263 is #5DAD9C. Grayscale: #6B6B6B. Windows color (decimal): -6139293 or 6509218. OLE color: 6509218.

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

Color convert

RGB1628299-
CMYK00.490.390.36
HSL347.25º32.79%47.84%-
HSV(B)347.25º49.38%63.53%-
XYZ20.1714.6213.56-
YUV107.86123166.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 99 (39.06% from 255) = 28.86%
R=47.23%
G=23.91%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162829900.490.390.36347.2532.7947.84
HexA25263031272415b2130
Octal24212214306147445334160
Binary10100010101001011000110110001100111100100101011011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25263; }

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

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

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

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

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

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

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

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