#A25363

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

Shades of Vin Rouge #A25363

Tints of Vin Rouge #A25363

Color information

#A25363 (or 0xA25363) is unknown color: approx Vin Rouge. HEX triplet: A2, 53 and 63. RGB value is (162,83,99). Sum of RGB (Red+Green+Blue) = 162+83+99=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A25363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25363 is #5DAC9C. Grayscale: #6C6C6C. Windows color (decimal): -6139037 or 6509474. OLE color: 6509474.

HSL color Cylindrical-coordinate representation of color #A25363: hue angle of 347.85º degrees, saturation: 0.32, 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 #A25363 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB1628399-
CMYK00.490.390.36
HSL347.85º32.24%48.04%-
HSV(B)347.85º48.77%63.53%-
XYZ20.2514.7713.59-
YUV108.44122.67166.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 99 (39.06% from 255) = 28.78%
R=47.09%
G=24.13%
B=28.78%

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
Decimal162839900.490.390.36347.8532.2448.04
HexA25363031272415c2030
Octal24212314306147445344060
Binary10100010101001111000110110001100111100100101011100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25363; }

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

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

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

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

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

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

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

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