#A1536D

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

Shades of Vin Rouge #A1536D

Tints of Vin Rouge #A1536D

Color information

#A1536D (or 0xA1536D) is unknown color: approx Vin Rouge. HEX triplet: A1, 53 and 6D. RGB value is (161,83,109). Sum of RGB (Red+Green+Blue) = 161+83+109=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1536D is #5EAC92. Grayscale: #6D6D6D. Windows color (decimal): -6204563 or 7164833. OLE color: 7164833.

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

Color convert

RGB16183109-
CMYK00.480.320.37
HSL340º31.97%47.84%-
HSV(B)340º48.45%63.14%-
XYZ20.5514.8716.25-
YUV109.29127.84164.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 83 (32.81% from 255) = 23.51%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=45.61%
G=23.51%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618310900.480.320.3734031.9747.84
HexA1536D03020251542030
Octal24112315506040455244060
Binary10100001101001111011010110000100000100101101010100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1536D; }

 p { color: rgb(161,83,109); }

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

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

 a { background-color: rgb(161,83,109); }

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

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

 span { border-color: rgb(161,83,109); }

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