#5A3140

Color #5A3140 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #5A3140

Tints of Tawny Port #5A3140

Color information

#5A3140 (or 0x5A3140) is unknown color: approx Tawny Port. HEX triplet: 5A, 31 and 40. RGB value is (90,49,64). Sum of RGB (Red+Green+Blue) = 90+49+64=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3140 is #A5CEBF. Grayscale: #3E3E3E. Windows color (decimal): -10866368 or 4206938. OLE color: 4206938.

HSL color Cylindrical-coordinate representation of color #5A3140: hue angle of 338.05º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A3140 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB904964-
CMYK00.460.290.65
HSL338.05º29.5%27.25%-
HSV(B)338.05º45.56%35.29%-
XYZ6.244.745.44-
YUV62.97128.58147.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.33%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=44.33%
G=24.14%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90496400.460.290.65338.0529.527.25
Hex5A314002E1D411521d1b
Octal13261100056351015223533
Binary1011010110001100000001011101110110000011010100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A3140; }

 p { color: rgb(90,49,64); }

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

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

 a { background-color: rgb(90,49,64); }

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

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

 span { border-color: rgb(90,49,64); }

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