#A35364

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

Shades of Vin Rouge #A35364

Tints of Vin Rouge #A35364

Color information

#A35364 (or 0xA35364) is unknown color: approx Vin Rouge. HEX triplet: A3, 53 and 64. RGB value is (163,83,100). Sum of RGB (Red+Green+Blue) = 163+83+100=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A35364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35364 is #5CAC9B. Grayscale: #6C6C6C. Windows color (decimal): -6073500 or 6575011. OLE color: 6575011.

HSL color Cylindrical-coordinate representation of color #A35364: 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 #A35364 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16383100-
CMYK00.490.390.36
HSL347.25º32.52%48.24%-
HSV(B)347.25º49.08%63.92%-
XYZ20.514.8913.85-
YUV108.86123166.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=47.11%
G=23.99%
B=28.90%

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
Decimal1638310000.490.390.36347.2532.5248.24
HexA35364031272415b2130
Octal24312314406147445334160
Binary10100011101001111001000110001100111100100101011011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35364; }

 p { color: rgb(163,83,100); }

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

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

 a { background-color: rgb(163,83,100); }

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

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

 span { border-color: rgb(163,83,100); }

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