Html Css Color HEX #A4536B Vin Rouge

📋 copy color: '#A4536B'

red 164 ◦ green 83 ◦ blue 107

#A4536B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #A4536B

Tints of Vin Rouge #A4536B

RGB

 RED value IS 164 (64.45% from 255) = 46.33%

 GREEN value IS 83 (32.81% from 255) = 23.45%

 BLUE value IS 107 (42.19% from 255) = 30.23%

R = 46.33%
G = 23.45%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4536B (or 0xA4536B) is known color: Vin Rouge. HEX triplet: A4, 53 and 6B. RGB value is (164,83,107). Sum of RGB (Red+Green+Blue) = 164+83+107=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A4536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4536B is #5BAC94. Grayscale: #6D6D6D. Windows color (decimal): -6007957 or 7033764. OLE color: 7033764.

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

Color convert

RGB 164 83 107 -
CMYK 0 0.49 0.35 0.36
HSL 342.22º 0.33% 0.48% -
HSV(B) 342.22º 0.49% 0.64% -
XYZ 21.06 15.14 15.72 -
YUV 109.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 164 83 107 0 0.49 0.35 0.36 342.22 0.33 0.48
Hex A4 53 6B 0 31 23 24 156 21 30
Octal 244 123 153 0 61 43 44 526 41 60
Binary 10100100 1010011 1101011 0 110001 100011 100100 101010110 100001 110000

Color Harmonies of #A4536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4536B

Black with #A4536B

Text Example


Text Example

White with #A4536B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4536B; }

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

 H1.HeaderClassName
 {
   color: #A4536B;
 }
 .AnyTagClassName
 {
   color: #A4536B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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