#A3536E

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

Shades of Vin Rouge #A3536E

Tints of Vin Rouge #A3536E

Color information

#A3536E (or 0xA3536E) is unknown color: approx Vin Rouge. HEX triplet: A3, 53 and 6E. RGB value is (163,83,110). Sum of RGB (Red+Green+Blue) = 163+83+110=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3536E is #5CAC91. Grayscale: #6D6D6D. Windows color (decimal): -6073490 or 7230371. OLE color: 7230371.

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

Color convert

RGB16383110-
CMYK00.490.330.36
HSL339.75º32.52%48.24%-
HSV(B)339.75º49.08%63.92%-
XYZ21.0115.116.56-
YUV110128165.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=45.79%
G=23.31%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638311000.490.330.36339.7532.5248.24
HexA3536E03121241542130
Octal24312315606141445244160
Binary10100011101001111011100110001100001100100101010100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3536E; }

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

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

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

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

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

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

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

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