#A25265

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

Shades of Vin Rouge #A25265

Tints of Vin Rouge #A25265

Color information

#A25265 (or 0xA25265) is unknown color: approx Vin Rouge. HEX triplet: A2, 52 and 65. RGB value is (162,82,101). Sum of RGB (Red+Green+Blue) = 162+82+101=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A25265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25265 is #5DAD9A. Grayscale: #6C6C6C. Windows color (decimal): -6139291 or 6640290. OLE color: 6640290.

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

Color convert

RGB16282101-
CMYK00.490.380.36
HSL345.75º32.79%47.84%-
HSV(B)345.75º49.38%63.53%-
XYZ20.2714.6614.07-
YUV108.09124166.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 82 (32.42% from 255) = 23.77%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=46.96%
G=23.77%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628210100.490.380.36345.7532.7947.84
HexA25265031262415a2130
Octal24212214506146445324160
Binary10100010101001011001010110001100110100100101011010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25265; }

 p { color: rgb(162,82,101); }

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

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

 a { background-color: rgb(162,82,101); }

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

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

 span { border-color: rgb(162,82,101); }

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