Html Css Color HEX #A25371 Vin Rouge

📋 copy color: '#A25371'

red 162 ◦ green 83 ◦ blue 113

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

Shades of Vin Rouge #A25371

Tints of Vin Rouge #A25371

RGB

 RED value IS 162 (63.67% from 255) = 45.25%

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

 BLUE value IS 113 (44.53% from 255) = 31.56%

R = 45.25%
G = 23.18%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A25371 (or 0xA25371) is known color: Vin Rouge. HEX triplet: A2, 53 and 71. RGB value is (162,83,113). Sum of RGB (Red+Green+Blue) = 162+83+113=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A25371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25371 is #5DAC8E. Grayscale: #6E6E6E. Windows color (decimal): -6139023 or 7426978. OLE color: 7426978.

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

Color convert

RGB 162 83 113 -
CMYK 0 0.49 0.30 0.36
HSL 337.22º 0.32% 0.48% -
HSV(B) 337.22º 0.49% 0.64% -
XYZ 20.97 15.06 17.42 -
YUV 110.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 162 83 113 0 0.49 0.30 0.36 337.22 0.32 0.48
Hex A2 53 71 0 31 1E 24 151 20 30
Octal 242 123 161 0 61 36 44 521 40 60
Binary 10100010 1010011 1110001 0 110001 11110 100100 101010001 100000 110000

Color Harmonies of #A25371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25371

Black with #A25371

Text Example


Text Example

White with #A25371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25371; }

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

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

background-color css

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

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

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

border-color css

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

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

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