Html Css Color HEX #A5536D Vin Rouge

📋 copy color: '#A5536D'

red 165 ◦ green 83 ◦ blue 109

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

Shades of Vin Rouge #A5536D

Tints of Vin Rouge #A5536D

RGB

 RED value IS 165 (64.84% from 255) = 46.22%

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

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 46.22%
G = 23.25%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5536D (or 0xA5536D) is known color: Vin Rouge. HEX triplet: A5, 53 and 6D. RGB value is (165,83,109). Sum of RGB (Red+Green+Blue) = 165+83+109=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5536D is #5AAC92. Grayscale: #6E6E6E. Windows color (decimal): -5942419 or 7164837. OLE color: 7164837.

HSL color Cylindrical-coordinate representation of color #A5536D: hue angle of 340.98º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5536D is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 109 -
CMYK 0 0.50 0.34 0.35
HSL 340.98º 0.33% 0.49% -
HSV(B) 340.98º 0.5% 0.65% -
XYZ 21.37 15.29 16.29 -
YUV 110.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 165 83 109 0 0.50 0.34 0.35 340.98 0.33 0.49
Hex A5 53 6D 0 32 22 23 155 21 31
Octal 245 123 155 0 62 42 43 525 41 61
Binary 10100101 1010011 1101101 0 110010 100010 100011 101010101 100001 110001

Color Harmonies of #A5536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5536D

Black with #A5536D

Text Example


Text Example

White with #A5536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5536D; }

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

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

background-color css

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

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

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

border-color css

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

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

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