Html Css Color HEX #A15261 Vin Rouge

📋 copy color: '#A15261'

red 161 ◦ green 82 ◦ blue 97

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

Shades of Vin Rouge #A15261

Tints of Vin Rouge #A15261

RGB

 RED value IS 161 (63.28% from 255) = 47.35%

 GREEN value IS 82 (32.42% from 255) = 24.12%

 BLUE value IS 97 (38.28% from 255) = 28.53%

R = 47.35%
G = 24.12%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A15261 (or 0xA15261) is known color: Vin Rouge. HEX triplet: A1, 52 and 61. RGB value is (161,82,97). Sum of RGB (Red+Green+Blue) = 161+82+97=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A15261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15261 is #5EAD9E. Grayscale: #6B6B6B. Windows color (decimal): -6204831 or 6378145. OLE color: 6378145.

HSL color Cylindrical-coordinate representation of color #A15261: hue angle of 348.61º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A15261 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 82 97 -
CMYK 0 0.49 0.40 0.37
HSL 348.61º 0.33% 0.48% -
HSV(B) 348.61º 0.49% 0.63% -
XYZ 19.87 14.47 13.06 -
YUV 107.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 161 82 97 0 0.49 0.40 0.37 348.61 0.33 0.48
Hex A1 52 61 0 31 28 25 15D 21 30
Octal 241 122 141 0 61 50 45 535 41 60
Binary 10100001 1010010 1100001 0 110001 101000 100101 101011101 100001 110000

Color Harmonies of #A15261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15261

Black with #A15261

Text Example


Text Example

White with #A15261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15261; }

 p { color: rgb(161,82,97); }

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

background-color css

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

 a { background-color: rgb(161,82,97); }

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

border-color css

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

 span { border-color: rgb(161,82,97); }

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