#5A3148

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

Shades of Tawny Port #5A3148

Tints of Tawny Port #5A3148

Color information

#5A3148 (or 0x5A3148) is unknown color: approx Tawny Port. HEX triplet: 5A, 31 and 48. RGB value is (90,49,72). Sum of RGB (Red+Green+Blue) = 90+49+72=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3148 is #A5CEB7. Grayscale: #3F3F3F. Windows color (decimal): -10866360 or 4731226. OLE color: 4731226.

HSL color Cylindrical-coordinate representation of color #5A3148: hue angle of 326.34º 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 #5A3148 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB904972-
CMYK00.460.200.65
HSL326.34º29.5%27.25%-
HSV(B)326.34º45.56%35.29%-
XYZ6.484.846.72-
YUV63.88132.58146.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.65%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=42.65%
G=23.22%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90497200.460.200.65326.3429.527.25
Hex5A314802E14411461d1b
Octal13261110056241015063533
Binary1011010110001100100001011101010010000011010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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