#A3536B

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

Shades of Vin Rouge #A3536B

Tints of Vin Rouge #A3536B

Color information

#A3536B (or 0xA3536B) is unknown color: approx Vin Rouge. HEX triplet: A3, 53 and 6B. RGB value is (163,83,107). Sum of RGB (Red+Green+Blue) = 163+83+107=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3536B is #5CAC94. Grayscale: #6D6D6D. Windows color (decimal): -6073493 or 7033763. OLE color: 7033763.

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

Color convert

RGB16383107-
CMYK00.490.340.36
HSL342º32.52%48.24%-
HSV(B)342º49.08%63.92%-
XYZ20.8515.0315.71-
YUV109.66126.5166.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 83 (32.81% from 255) = 23.51%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=46.18%
G=23.51%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638310700.490.340.3634232.5248.24
HexA3536B03122241562130
Octal24312315306142445264160
Binary10100011101001111010110110001100010100100101010110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3536B; }

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

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

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

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

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

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

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

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