#A15561

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

Shades of Vin Rouge #A15561

Tints of Vin Rouge #A15561

Color information

#A15561 (or 0xA15561) is unknown color: approx Vin Rouge. HEX triplet: A1, 55 and 61. RGB value is (161,85,97). Sum of RGB (Red+Green+Blue) = 161+85+97=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A15561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15561 is #5EAA9E. Grayscale: #6D6D6D. Windows color (decimal): -6204063 or 6378913. OLE color: 6378913.

HSL color Cylindrical-coordinate representation of color #A15561: hue angle of 350.53º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15561 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB1618597-
CMYK00.470.400.37
HSL350.53º30.89%48.24%-
HSV(B)350.53º47.2%63.14%-
XYZ20.114.9413.13-
YUV109.09121.18165.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=46.94%
G=24.78%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161859700.470.400.37350.5330.8948.24
HexA1556102F282515f1f30
Octal24112514105750455373760
Binary1010000110101011100001010111110100010010110101111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15561; }

 p { color: rgb(161,85,97); }

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

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

 a { background-color: rgb(161,85,97); }

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

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

 span { border-color: rgb(161,85,97); }

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