#A25270

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

Shades of Vin Rouge #A25270

Tints of Vin Rouge #A25270

Color information

#A25270 (or 0xA25270) is unknown color: approx Vin Rouge. HEX triplet: A2, 52 and 70. RGB value is (162,82,112). Sum of RGB (Red+Green+Blue) = 162+82+112=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A25270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25270 is #5DAD8F. Grayscale: #6D6D6D. Windows color (decimal): -6139280 or 7361186. OLE color: 7361186.

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

Color convert

RGB16282112-
CMYK00.490.310.36
HSL337.5º32.79%47.84%-
HSV(B)337.5º49.38%63.53%-
XYZ20.8414.8917.1-
YUV109.34129.5165.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=45.51%
G=23.03%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628211200.490.310.36337.532.7947.84
HexA252700311F241522130
Octal24212216006137445224160
Binary1010001010100101110000011000111111100100101010010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25270; }

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

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

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

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

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

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

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

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