#A1516C

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

Shades of Vin Rouge #A1516C

Tints of Vin Rouge #A1516C

Color information

#A1516C (or 0xA1516C) is unknown color: approx Vin Rouge. HEX triplet: A1, 51 and 6C. RGB value is (161,81,108). Sum of RGB (Red+Green+Blue) = 161+81+108=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1516C is #5EAE93. Grayscale: #6B6B6B. Windows color (decimal): -6205076 or 7098785. OLE color: 7098785.

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

Color convert

RGB16181108-
CMYK00.500.330.37
HSL339.75º33.06%47.45%-
HSV(B)339.75º49.69%63.14%-
XYZ20.3514.5415.92-
YUV108128165.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=46%
G=23.14%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618110800.500.330.37339.7533.0647.45
HexA1516C0322125154212f
Octal24112115406241455244157
Binary10100001101000111011000110010100001100101101010100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1516C; }

 p { color: rgb(161,81,108); }

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

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

 a { background-color: rgb(161,81,108); }

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

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

 span { border-color: rgb(161,81,108); }

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