#5E314A

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

Shades of Tawny Port #5E314A

Tints of Tawny Port #5E314A

Color information

#5E314A (or 0x5E314A) is unknown color: approx Tawny Port. HEX triplet: 5E, 31 and 4A. RGB value is (94,49,74). Sum of RGB (Red+Green+Blue) = 94+49+74=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 94 - color contains mainly: red. Hex color #5E314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E314A is #A1CEB5. Grayscale: #414141. Windows color (decimal): -10604214 or 4862302. OLE color: 4862302.

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

Color convert

RGB944974-
CMYK00.480.210.63
HSL326.67º31.47%28.04%-
HSV(B)326.67º47.87%36.86%-
XYZ6.955.077.09-
YUV65.31132.91148.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.32%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=43.32%
G=22.58%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94497400.480.210.63326.6731.4728.04
Hex5E314A030153F1471f1c
Octal1366111206025775073734
Binary101111011000110010100110000101011111111010001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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