#A2536B

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

Shades of Vin Rouge #A2536B

Tints of Vin Rouge #A2536B

Color information

#A2536B (or 0xA2536B) is unknown color: approx Vin Rouge. HEX triplet: A2, 53 and 6B. RGB value is (162,83,107). Sum of RGB (Red+Green+Blue) = 162+83+107=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2536B is #5DAC94. Grayscale: #6D6D6D. Windows color (decimal): -6139029 or 7033762. OLE color: 7033762.

HSL color Cylindrical-coordinate representation of color #A2536B: hue angle of 341.77º 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 #A2536B is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16283107-
CMYK00.490.340.36
HSL341.77º32.24%48.04%-
HSV(B)341.77º48.77%63.53%-
XYZ20.6514.9315.7-
YUV109.36126.67165.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=46.02%
G=23.58%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628310700.490.340.36341.7732.2448.04
HexA2536B03122241562030
Octal24212315306142445264060
Binary10100010101001111010110110001100010100100101010110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2536B; }

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

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

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

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

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

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

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

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