#A2536D

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

Shades of Vin Rouge #A2536D

Tints of Vin Rouge #A2536D

Color information

#A2536D (or 0xA2536D) is unknown color: approx Vin Rouge. HEX triplet: A2, 53 and 6D. RGB value is (162,83,109). Sum of RGB (Red+Green+Blue) = 162+83+109=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2536D is #5DAC92. Grayscale: #6D6D6D. Windows color (decimal): -6139027 or 7164834. OLE color: 7164834.

HSL color Cylindrical-coordinate representation of color #A2536D: hue angle of 340.25º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2536D is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16283109-
CMYK00.490.330.36
HSL340.25º32.24%48.04%-
HSV(B)340.25º48.77%63.53%-
XYZ20.7514.9716.26-
YUV109.58127.67165.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=45.76%
G=23.45%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628310900.490.330.36340.2532.2448.04
HexA2536D03121241542030
Octal24212315506141445244060
Binary10100010101001111011010110001100001100100101010100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2536D; }

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

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

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

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

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

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

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

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