#5E344B

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

Shades of Tawny Port #5E344B

Tints of Tawny Port #5E344B

Color information

#5E344B (or 0x5E344B) is unknown color: approx Tawny Port. HEX triplet: 5E, 34 and 4B. RGB value is (94,52,75). Sum of RGB (Red+Green+Blue) = 94+52+75=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E344B is #A1CBB4. Grayscale: #434343. Windows color (decimal): -10603445 or 4928606. OLE color: 4928606.

HSL color Cylindrical-coordinate representation of color #5E344B: hue angle of 327.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E344B is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB945275-
CMYK00.450.200.63
HSL327.14º28.77%28.63%-
HSV(B)327.14º44.68%36.86%-
XYZ7.115.347.31-
YUV67.18132.41147.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.53%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=42.53%
G=23.53%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94527500.450.200.63327.1428.7728.63
Hex5E344B02D143F1471d1d
Octal1366411305524775073535
Binary101111011010010010110101101101001111111010001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,52,75); }

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

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

 a { background-color: rgb(94,52,75); }

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

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

 span { border-color: rgb(94,52,75); }

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