Html Css Color HEX #A5576F Vin Rouge

📋 copy color: '#A5576F'

red 165 ◦ green 87 ◦ blue 111

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

Shades of Vin Rouge #A5576F

Tints of Vin Rouge #A5576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.97%

 BLUE value IS 111 (43.75% from 255) = 30.58%

R = 45.45%
G = 23.97%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5576F (or 0xA5576F) is known color: Vin Rouge. HEX triplet: A5, 57 and 6F. RGB value is (165,87,111). Sum of RGB (Red+Green+Blue) = 165+87+111=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A5576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5576F is #5AA890. Grayscale: #717171. Windows color (decimal): -5941393 or 7296933. OLE color: 7296933.

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

Color convert

RGB 165 87 111 -
CMYK 0 0.47 0.33 0.35
HSL 341.54º 0.31% 0.49% -
HSV(B) 341.54º 0.47% 0.65% -
XYZ 21.79 15.96 16.97 -
YUV 113.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 165 87 111 0 0.47 0.33 0.35 341.54 0.31 0.49
Hex A5 57 6F 0 2F 21 23 156 1F 31
Octal 245 127 157 0 57 41 43 526 37 61
Binary 10100101 1010111 1101111 0 101111 100001 100011 101010110 11111 110001

Color Harmonies of #A5576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5576F

Black with #A5576F

Text Example


Text Example

White with #A5576F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5576F; }

 p { color: rgb(165,87,111); }

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

background-color css

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

 a { background-color: rgb(165,87,111); }

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

border-color css

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

 span { border-color: rgb(165,87,111); }

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