#5A3044

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

Shades of Tawny Port #5A3044

Tints of Tawny Port #5A3044

Color information

#5A3044 (or 0x5A3044) is unknown color: approx Tawny Port. HEX triplet: 5A, 30 and 44. RGB value is (90,48,68). Sum of RGB (Red+Green+Blue) = 90+48+68=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3044 is #A5CFBB. Grayscale: #3E3E3E. Windows color (decimal): -10866620 or 4468826. OLE color: 4468826.

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

Color convert

RGB904868-
CMYK00.470.240.65
HSL331.43º30.43%27.06%-
HSV(B)331.43º46.67%35.29%-
XYZ6.324.76.04-
YUV62.84130.91147.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.69%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=43.69%
G=23.30%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90486800.470.240.65331.4330.4327.06
Hex5A304402F184114b1e1b
Octal13260104057301015133633
Binary1011010110000100010001011111100010000011010010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,48,68); }

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

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

 a { background-color: rgb(90,48,68); }

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

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

 span { border-color: rgb(90,48,68); }

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