Html Css Color HEX #A5536B Vin Rouge

📋 copy color: '#A5536B'

red 165 ◦ green 83 ◦ blue 107

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

Shades of Vin Rouge #A5536B

Tints of Vin Rouge #A5536B

RGB

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

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

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

R = 46.48%
G = 23.38%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5536B (or 0xA5536B) is known color: Vin Rouge. HEX triplet: A5, 53 and 6B. RGB value is (165,83,107). Sum of RGB (Red+Green+Blue) = 165+83+107=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5536B is #5AAC94. Grayscale: #6E6E6E. Windows color (decimal): -5942421 or 7033765. OLE color: 7033765.

HSL color Cylindrical-coordinate representation of color #A5536B: hue angle of 342.44º 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 #A5536B is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 107 -
CMYK 0 0.50 0.35 0.35
HSL 342.44º 0.33% 0.49% -
HSV(B) 342.44º 0.5% 0.65% -
XYZ 21.26 15.25 15.73 -
YUV 110.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 165 83 107 0 0.50 0.35 0.35 342.44 0.33 0.49
Hex A5 53 6B 0 32 23 23 156 21 31
Octal 245 123 153 0 62 43 43 526 41 61
Binary 10100101 1010011 1101011 0 110010 100011 100011 101010110 100001 110001

Color Harmonies of #A5536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5536B

Black with #A5536B

Text Example


Text Example

White with #A5536B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5536B; }

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

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

background-color css

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

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

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

border-color css

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

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

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