#A5576F

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

Shades of Vin Rouge #A5576F

Tints of Vin Rouge #A5576F

Color information

#A5576F (or 0xA5576F) is unknown color: approx Vin Rouge. HEX triplet: A5, 57 and 6F. RGB value is (165,87,111). Sum of RGB (Red+Green+Blue) = 165+87+111=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A5576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5576F is #5AA890. Grayscale: #717171. Windows color (decimal): -5941393 or 7296933. OLE color: 7296933.

HSL color Cylindrical-coordinate representation of color #A5576F: hue angle of 341.54º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5576F is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16587111-
CMYK00.470.330.35
HSL341.54º30.95%49.41%-
HSV(B)341.54º47.27%64.71%-
XYZ21.7915.9616.97-
YUV113.06126.84165.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=45.45%
G=23.97%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658711100.470.330.35341.5430.9549.41
HexA5576F02F21231561f31
Octal24512715705741435263761
Binary1010010110101111101111010111110000110001110101011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5576F; }

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

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

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

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

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

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

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

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