#A25961

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

Shades of Vin Rouge #A25961

Tints of Vin Rouge #A25961

Color information

#A25961 (or 0xA25961) is unknown color: approx Vin Rouge. HEX triplet: A2, 59 and 61. RGB value is (162,89,97). Sum of RGB (Red+Green+Blue) = 162+89+97=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A25961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25961 is #5DA69E. Grayscale: #6F6F6F. Windows color (decimal): -6137503 or 6379938. OLE color: 6379938.

HSL color Cylindrical-coordinate representation of color #A25961: hue angle of 353.42º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A25961 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1628997-
CMYK00.450.400.36
HSL353.42º29.08%49.22%-
HSV(B)353.42º45.06%63.53%-
XYZ20.6315.6913.25-
YUV111.74119.68163.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=46.55%
G=25.57%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162899700.450.400.36353.4229.0849.22
HexA2596102D28241611d31
Octal24213114105550445413561
Binary1010001010110011100001010110110100010010010110000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25961; }

 p { color: rgb(162,89,97); }

 H1.HeaderClassName
 {
   color: #A25961;
 }
 .AnyTagClassName
 {
   color: #A25961;
 }
</style>
background-color css

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

 a { background-color: rgb(162,89,97); }

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

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

 span { border-color: rgb(162,89,97); }

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