#A3576F

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

Shades of Vin Rouge #A3576F

Tints of Vin Rouge #A3576F

Color information

#A3576F (or 0xA3576F) is unknown color: approx Vin Rouge. HEX triplet: A3, 57 and 6F. RGB value is (163,87,111). Sum of RGB (Red+Green+Blue) = 163+87+111=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A3576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3576F is #5CA890. Grayscale: #707070. Windows color (decimal): -6072465 or 7296931. OLE color: 7296931.

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

Color convert

RGB16387111-
CMYK00.470.320.36
HSL341.05º30.4%49.02%-
HSV(B)341.05º46.63%63.92%-
XYZ21.3815.7516.95-
YUV112.46127.18164.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=45.15%
G=24.10%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638711100.470.320.36341.0530.449.02
HexA3576F02F20241551e31
Octal24312715705740445253661
Binary1010001110101111101111010111110000010010010101010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3576F; }

 p { color: rgb(163,87,111); }

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

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

 a { background-color: rgb(163,87,111); }

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

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

 span { border-color: rgb(163,87,111); }

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