Html Css Color HEX #A15161 Vin Rouge

📋 copy color: '#A15161'

red 161 ◦ green 81 ◦ blue 97

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

Shades of Vin Rouge #A15161

Tints of Vin Rouge #A15161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.89%

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

R = 47.49%
G = 23.89%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A15161 (or 0xA15161) is known color: Vin Rouge. HEX triplet: A1, 51 and 61. RGB value is (161,81,97). Sum of RGB (Red+Green+Blue) = 161+81+97=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A15161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15161 is #5EAE9E. Grayscale: #6A6A6A. Windows color (decimal): -6205087 or 6377889. OLE color: 6377889.

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

Color convert

RGB 161 81 97 -
CMYK 0 0.50 0.40 0.37
HSL 348º 0.33% 0.47% -
HSV(B) 348º 0.5% 0.63% -
XYZ 19.8 14.32 13.03 -
YUV 106.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 161 81 97 0 0.50 0.40 0.37 348 0.33 0.47
Hex A1 51 61 0 32 28 25 15C 21 2F
Octal 241 121 141 0 62 50 45 534 41 57
Binary 10100001 1010001 1100001 0 110010 101000 100101 101011100 100001 101111

Color Harmonies of #A15161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15161

Black with #A15161

Text Example


Text Example

White with #A15161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15161; }

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

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

background-color css

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

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

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

border-color css

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

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

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