#a4546f

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

Shades of Vin Rouge #A4546F

Tints of Vin Rouge #A4546F

Color information

#A4546F (or 0xA4546F) is unknown color: approx Vin Rouge. HEX triplet: A4, 54 and 6F. RGB value is (164,84,111). Sum of RGB (Red+Green+Blue) = 164+84+111=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4546F is #5BAB90. Grayscale: #6E6E6E. Windows color (decimal): -6007697 or 7296164. OLE color: 7296164.

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

Color convert

RGB16484111-
CMYK00.490.320.36
HSL339.75º32.26%48.63%-
HSV(B)339.75º48.78%64.31%-
XYZ21.3515.3816.88-
YUV111128165.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=45.68%
G=23.40%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648411100.490.320.36339.7532.2648.63
HexA4546F03120241542031
Octal24412415706140445244061
Binary10100100101010011011110110001100000100100101010100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4546f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4546f; }

 p { color: rgb(164,84,111); }

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

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

 a { background-color: rgb(164,84,111); }

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

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

 span { border-color: rgb(164,84,111); }

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