#5A3344

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

Shades of Tawny Port #5A3344

Tints of Tawny Port #5A3344

Color information

#5A3344 (or 0x5A3344) is unknown color: approx Tawny Port. HEX triplet: 5A, 33 and 44. RGB value is (90,51,68). Sum of RGB (Red+Green+Blue) = 90+51+68=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3344 is #A5CCBB. Grayscale: #404040. Windows color (decimal): -10865852 or 4469594. OLE color: 4469594.

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

Color convert

RGB905168-
CMYK00.430.240.65
HSL333.85º27.66%27.65%-
HSV(B)333.85º43.33%35.29%-
XYZ6.444.966.09-
YUV64.6129.92146.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.06%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=43.06%
G=24.40%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90516800.430.240.65333.8527.6627.65
Hex5A334402B184114e1c1c
Octal13263104053301015163434
Binary1011010110011100010001010111100010000011010011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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