#A15263

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

Shades of Vin Rouge #A15263

Tints of Vin Rouge #A15263

Color information

#A15263 (or 0xA15263) is unknown color: approx Vin Rouge. HEX triplet: A1, 52 and 63. RGB value is (161,82,99). Sum of RGB (Red+Green+Blue) = 161+82+99=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A15263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15263 is #5EAD9C. Grayscale: #6B6B6B. Windows color (decimal): -6204829 or 6509217. OLE color: 6509217.

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

Color convert

RGB1618299-
CMYK00.490.390.37
HSL347.09º32.51%47.65%-
HSV(B)347.09º49.07%63.14%-
XYZ19.9714.5113.55-
YUV107.56123.17166.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=47.08%
G=23.98%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161829900.490.390.37347.0932.5147.65
HexA15263031272515b2130
Octal24112214306147455334160
Binary10100001101001011000110110001100111100101101011011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15263; }

 p { color: rgb(161,82,99); }

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

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

 a { background-color: rgb(161,82,99); }

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

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

 span { border-color: rgb(161,82,99); }

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