#A15471

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

Shades of Vin Rouge #A15471

Tints of Vin Rouge #A15471

Color information

#A15471 (or 0xA15471) is unknown color: approx Vin Rouge. HEX triplet: A1, 54 and 71. RGB value is (161,84,113). Sum of RGB (Red+Green+Blue) = 161+84+113=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A15471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15471 is #5EAB8E. Grayscale: #6E6E6E. Windows color (decimal): -6204303 or 7427233. OLE color: 7427233.

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

Color convert

RGB16184113-
CMYK00.480.300.37
HSL337.4º31.43%48.04%-
HSV(B)337.4º47.83%63.14%-
XYZ20.8515.1117.44-
YUV110.33129.51164.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=44.97%
G=23.46%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618411300.480.300.37337.431.4348.04
HexA154710301E251511f30
Octal24112416106036455213760
Binary101000011010100111000101100001111010010110101000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15471; }

 p { color: rgb(161,84,113); }

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

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

 a { background-color: rgb(161,84,113); }

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

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

 span { border-color: rgb(161,84,113); }

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