#A15261

Color #A15261 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #A15261

Tints of Vin Rouge #A15261

Color information

#A15261 (or 0xA15261) is unknown color: approx 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

RGB1618297-
CMYK00.490.400.37
HSL348.61º32.51%47.65%-
HSV(B)348.61º49.07%63.14%-
XYZ19.8714.4713.06-
YUV107.33122.17166.28-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161829700.490.400.37348.6132.5147.65
HexA15261031282515d2130
Octal24112214106150455354160
Binary10100001101001011000010110001101000100101101011101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>