#5E3F4A

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

Shades of Tawny Port #5E3F4A

Tints of Tawny Port #5E3F4A

Color information

#5E3F4A (or 0x5E3F4A) is unknown color: approx Tawny Port. HEX triplet: 5E, 3F and 4A. RGB value is (94,63,74). Sum of RGB (Red+Green+Blue) = 94+63+74=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3F4A is #A1C0B5. Grayscale: #494949. Windows color (decimal): -10600630 or 4865886. OLE color: 4865886.

HSL color Cylindrical-coordinate representation of color #5E3F4A: hue angle of 338.71º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E3F4A is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB946374-
CMYK00.330.210.63
HSL338.71º19.75%30.78%-
HSV(B)338.71º32.98%36.86%-
XYZ7.636.437.32-
YUV73.52128.27142.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.69%
GREEN value IS 63 (25% from 255) = 27.27%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=40.69%
G=27.27%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94637400.330.210.63338.7119.7530.78
Hex5E3F4A021153F153141f
Octal1367711204125775232437
Binary101111011111110010100100001101011111111010100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,63,74); }

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

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

 a { background-color: rgb(94,63,74); }

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

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

 span { border-color: rgb(94,63,74); }

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