#A05370

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

Shades of Vin Rouge #A05370

Tints of Vin Rouge #A05370

Color information

#A05370 (or 0xA05370) is unknown color: approx Vin Rouge. HEX triplet: A0, 53 and 70. RGB value is (160,83,112). Sum of RGB (Red+Green+Blue) = 160+83+112=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A05370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05370 is #5FAC8F. Grayscale: #6D6D6D. Windows color (decimal): -6270096 or 7361440. OLE color: 7361440.

HSL color Cylindrical-coordinate representation of color #A05370: hue angle of 337.4º degrees, saturation: 0.32, 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 #A05370 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16083112-
CMYK00.480.300.37
HSL337.4º31.69%47.65%-
HSV(B)337.4º48.12%62.75%-
XYZ20.5214.8317.11-
YUV109.33129.51164.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=45.07%
G=23.38%
B=31.55%

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
Decimal1608311200.480.300.37337.431.6947.65
HexA053700301E251512030
Octal24012316006036455214060
Binary1010000010100111110000011000011110100101101010001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05370; }

 p { color: rgb(160,83,112); }

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

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

 a { background-color: rgb(160,83,112); }

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

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

 span { border-color: rgb(160,83,112); }

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