#a4576b

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

Shades of Vin Rouge #A4576B

Tints of Vin Rouge #A4576B

Color information

#A4576B (or 0xA4576B) is unknown color: approx Vin Rouge. HEX triplet: A4, 57 and 6B. RGB value is (164,87,107). Sum of RGB (Red+Green+Blue) = 164+87+107=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4576B is #5BA894. Grayscale: #707070. Windows color (decimal): -6006933 or 7034788. OLE color: 7034788.

HSL color Cylindrical-coordinate representation of color #A4576B: hue angle of 344.42º degrees, saturation: 0.31, 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 #A4576B is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16487107-
CMYK00.470.350.36
HSL344.42º30.68%49.22%-
HSV(B)344.42º46.95%64.31%-
XYZ21.3715.7715.83-
YUV112.3125.01164.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 107 (42.19% from 255) = 29.89%
R=45.81%
G=24.30%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648710700.470.350.36344.4230.6849.22
HexA4576B02F23241581f31
Octal24412715305743445303761
Binary1010010010101111101011010111110001110010010101100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4576b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4576b; }

 p { color: rgb(164,87,107); }

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

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

 a { background-color: rgb(164,87,107); }

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

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

 span { border-color: rgb(164,87,107); }

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